Updated HTTP request API (markdown)

master
Aircoookie 2020-01-31 13:12:33 +01:00
rodzic 003179ee70
commit f1ff23b104
1 zmienionych plików z 1 dodań i 1 usunięć

@ -1,6 +1,6 @@
WLED's HTTP API allows you to set many properties of your lights, even more than the index page UI supports, via a simple GET web request.
_Unsure how all this API stuff works? Check out [this amazing guide](https://tynick.com/blog/01-28-2020/controlling-wled-with-raspberry-pi-using-the-wled-api/) by Tyson!_
_Unsure how all this API stuff works? Check out [this amazing guide](https://tynick.com/blog/01-28-2020/controlling-wled-with-raspberry-pi-using-the-wled-api/) by tynick!_
The basic URL scheme is: `[ipadress]/win`. This will return an XML file with some current values (see bottom of page).
Parameters can be added to control some of the variables.