Ubiquiti Unifi: Device Offline
submitted
S
Scott Robson
Oops, had the state at
1
for testing. Should be:Devices[?state==0
].['Name:', name, '|', 'Model:',model, '|', 'IP:',ip]S
Scott Robson
A little more readable:Devices[?state==
1
].['Name:', name, '|', 'Model:',model, '|', 'IP:',ip]