From 0c2736ba4c75a96d3fbe43eceb14004577b3fe81 Mon Sep 17 00:00:00 2001 From: Steven John Dawson Date: Thu, 7 Dec 2023 13:23:50 +0000 Subject: [PATCH] Update docs --- docs/changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 1417dfc..e802b9e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,20 @@ --- +### `v1.2.0` WLED switch to WARLS + +In this release, the WLED integration has been converted to use WLED's live mode by +sending UDP to your WLED instance, instead of pinging the HTTP API with a JSON payload. + +This move allows for better real-time control of WLED, and is a precursor to (_hopefully_) +be able to have WLED respond as something more complex, like RPM or shift lights. + +- Removed "JSON" payloads and no longer sends those to WLED +- Added "Colour" settings to allow tweaking of what colour WLED will display +- Fixed ACC not generating a full `Flag_Yellow` event to send to WLED + +--- + ### `v1.1.1` WLED control tweaks Some smaller QOL features and tweaks to the WLED Control aspects