You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added this under line 284; $.get('/cgate?cmd=OFF //HOME/254/56/' + id);
If you need clarification on where to place the code let me know. It's in the adjust level function, within the else. I'm just calling the http request from the script because I had the same issue as you.
Having a bit of trouble
Turning on works eg
localhost:8080/cmd?device=13&level=100&timeout=0&delay=0
reduce works
http://192.168.1.34:8080/cmd?device=13&level=50&timeout=0&delay=0
But turn off does not work
http://192.168.1.34:8080/cmd?device=13&level=0&timeout=0&delay=0
However via the console it does work
http://localhost:8080/cgate?cmd=OFF //HOME/254/56/13
What could be wrong preventing this from working correctly?
The text was updated successfully, but these errors were encountered: