-
Hello, I'm trying to establish if certain devices are online/offline by calling certain actions on the websocket. Why is that? Is there a more reliable way to establish the connection status of a device, preferably calling an action that returns a list of nodes/devices like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
can you share an example of what you mean? |
Beta Was this translation helpful? Give feedback.
The
?trace=1
feature is really cool and has been really helpful, thank youNot too sure yet, but my script did the matches using the device
rname
, and I found out that there were devices with the samername
, so the issue was probably due to the fact that i was looking at theconn
field of a device that was in reality offline but had the samername
of another device that's online, canrname
be enforced to be unique somehow (I thought it already was)?