io_guy Posted October 16, 2017 Posted October 16, 2017 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. 1
Michel Kohanim Posted October 17, 2017 Posted October 17, 2017 Hi io_guy, We'll definitely look into it but I think it would be best to have programs loaded independently especially since you can have 100s of programs and folders. With kind regards, Michel
G W Posted October 17, 2017 Posted October 17, 2017 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
Chris Jahn Posted October 18, 2017 Posted October 18, 2017 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).
Recommended Posts