Updated HTTP request API (markdown)

master
ELAR Systems 2019-11-14 13:41:47 +11:00
rodzic 7c23e39eb4
commit ec3293821e
1 zmienionych plików z 1 dodań i 1 usunięć

@ -3,7 +3,7 @@ WLED's HTTP API allows you to set many properties of your lights, even more than
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.
- Example (AP): `192.168.4.1/win&A=255` sets the brightness to maximum
- Example (mdns): `led.local/win&A=128&FX=0` sets the brightness to half and the effect to static
- Example (mdns): `led.local/win&A=128&FX=0` sets the brightness to half and the effect to SOLID
In conjunction with a [router port forwarding](https://github.com/Aircoookie/WLED/wiki/Remote-Access-and-IFTTT) this can be used to automate WLED, for example via IFTTT.