From f1ff23b104202fe0e87694e2d2c213c5d6a18738 Mon Sep 17 00:00:00 2001 From: Aircoookie Date: Fri, 31 Jan 2020 13:12:33 +0100 Subject: [PATCH] Updated HTTP request API (markdown) --- HTTP-request-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.