Initial testing of lights implementation.
authorjweigele <jweigele@local>
Tue, 13 Dec 2022 03:24:04 +0000 (19:24 -0800)
committerjweigele <jweigele@local>
Tue, 13 Dec 2022 03:24:04 +0000 (19:24 -0800)
commit61a79ca6022d3f07be6fb1dc02cc745c0928f4f0
tree20c96294001852e2adae858c2261e0371e5c5d14
parentd61787dc865ee4abe1e53930e43a1b9454935cd3
Initial testing of lights implementation.

 * Only does RGBRelay and RGBZig right now, still needs pico and
   switch overrides
 * Seems to emulate behavior alright, but not much testing done
 * Parsing very rudimentary with a yaml config, but better in the long
   run
go.mod
lights/main.go [new file with mode: 0644]