moodoapplication / homebridge-moodo

The "Official" Homebridge plugin for Moodo
https://homebridge.moodo.co
MIT License
9 stars 0 forks source link

Race condition with socket.io #7

Closed moodoapplication closed 4 years ago

moodoapplication commented 4 years ago

Dear Lukas,

Please use "restful_request_id" optional parameter as unique string for each request, so you could ignore socket.io pushes with same value (triggered from the same device)

Thanks a lot!

lukasroegner commented 4 years ago

New update is on master and NPM, where the parameter is used. Moreover, I also enhanced the logic when switch the device on/off and changing rotation speed, so that jumping sliders should no longer occur.