Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdawson committed Dec 7, 2023
1 parent 7a086a4 commit 0c2736b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c2736b

Please sign in to comment.