hi guys i hope you can help me out here
first i want to make a flow that outputs all wifi connected devices
i use Unifi access point and my Unifi node is working OK.
the debug output of my unifi node is :
array[1]
0: array[20]
[0 … 9]
0: object
oui: "SamsungE"
is_guest: false
first_seen: 1551101353
last_seen: 1571576015
is_wired: false
hostname: "Galaxy-Note9"
duration: 9893563
tx_bytes: 362744764723
tx_packets: 276752825
rx_bytes: 21176276344
rx_packets: 133682433
wifi_tx_attempts: 0
tx_retries: 0
I just want to make a function that loops the complete array and finds ( in this example ) the "Galaxy-Note9"
the size of the array is sometimes sort and sometimes long depending how manay wifi devices are connected.
I did not manage to made that loop so i hope someone can help me out here.
many many thanks
menno