This commit is contained in:
=
2026-05-18 16:05:11 -04:00
commit c61fe1a5c4
13 changed files with 582 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Patlite MQTT
I picked up one of these cool lights at a hamfest in my area, and it works! You can do
almost anything with these things pretty much.
Figured the simplest way to get it up and running was to just make it controllable over mqtt, seemed like fun!
To make it work with multiple things changing, I just allow the daemon to be configured to do
one channel per color so they can be set independtantly.
Modes are `OFF`, `ON`, `FAST_FLASH` or `SLOW_FLASH`