Jump to content

Websocket Returned Data on Subscription


io_guy

Recommended Posts

Once a websocket has successfully subscribed, the user is immediately sent the status of all ISY nodes. Any chance a future firmware version can include the status of programs as well (then/else)? Their changes are sent over the socket fine but on startup I have to poll the rest interface for the dataset and initial values.

Link to comment

Could a client ask for results programs = 25, start = X ?

 

Also, have you considered an UDP port that we can simply listen to? I'm extremely happy with devices I have that broadcast on UDP.

 

Sent from my SM-G955U1 using Tapatalk

Link to comment

Once a websocket has successfully subscribed, the user is immediately sent the status of all ISY nodes. Any chance a future firmware version can include the status of programs as well (then/else)? Their changes are sent over the socket fine but on startup I have to poll the rest interface for the dataset and initial values.

 

Hi io_guy,

 

You can use the SOAP command GetAllD2DStatus to get the status of all the programs at once (we use this in the Admin Console).

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...