diff --git a/HTTP-request-API.md b/HTTP-request-API.md index 585f69b..e157d57 100644 --- a/HTTP-request-API.md +++ b/HTTP-request-API.md @@ -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.