-
|
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=1feature 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 theconnfield of a device that was in reality offline but had the samernameof another device that's online, canrnamebe enforced to be unique somehow (I thought it already was)?