Open lwalpurgis opened 4 years ago
jup, can handle that in next version. Are there any other interesting commands on that page worth t implement ?
Thanks @DutchmanNL! Reset to Default values would be interesting for me, but the API don't supports that at the moment.
Thanks @DutchmanNL! Reset to Default values would be interesting for me, but the API don't supports that at the moment.
main question would be, expect the ones you already mentioned, if there are any other command needed to implement not yet covered by API
Not from my side at the moment!
Not from my side at the moment!
clear thank ! I just got notified by Aircooki that the webSocket connection is ready to be used. I will check to implement that (and by that remove the polling principle) and see what information we have there.
should be equal to the api will see
Well, useful would be:
Well, useful would be:
- Reboot (&RB)
- Toggle Realtime UDP (&RD= 0/1)
- Live Data Override (&LO= 0/1/2)
we need a list and link/source of command required so I can implement it
https://kno.wled.ge/interfaces/http-api/ - nearly at the End of the list. Especially the last two ones are useful for ambilight setups.
https://kno.wled.ge/interfaces/http-api/ - nearly at the End of the list. Especially the last two ones are useful for ambilight setups.
can you please be a little more specific instead of just linking the API documentation (which I am aware of and also provided PR's :P)
Well, i guess Reboot and Toggle Realtime is self explanatory - this should be switches. The Live Data override should be a writable state to use this functionality.
Hello, I want to turn on or off the Hue Sync for wled. Will this be possible in a future version?
API from WLED is supporting this: &HP= | 0 to 99 | Sets Hue polling light ID (0 is off) | 0.5.1
Thanks!