Updated HTTP request API (markdown)

master
Aircoookie 2020-01-29 02:26:01 +01:00
rodzic 4c3ccc3333
commit 003179ee70
1 zmienionych plików z 2 dodań i 0 usunięć

@ -1,5 +1,7 @@
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. 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!_
The basic URL scheme is: `[ipadress]/win`. This will return an XML file with some current values (see bottom of page). 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. Parameters can be added to control some of the variables.
- Example (AP): `192.168.4.1/win&A=255` sets the brightness to maximum - Example (AP): `192.168.4.1/win&A=255` sets the brightness to maximum