One more dumb question... #1765
billy27607
started this conversation in
MEPLHAA Scripts
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have these lamps I built before and would like to use this firmware for them instead of my custom code. Each lamp has a cw-ww strip, an esp8266 board and five buttons. on/off, brightness up, brightness down, color temp up and color temp down.
I have the code below up and running and the on/off, brightness up and brightness down buttons work great. Awesome. Is there a way for me to make the color temp up and down buttons work? Maybe undocumented state inputs? Or a way to create my own?
I greatly appreciate any guidance.
{ "c":{"q":1000,"b":[{"g":5,"t":5}]}, "a":[{ "t":30, "s": 5, "g":[0,4], "b":[{"g":5}], "f2":[{"g":13}], "f3":[{"g":14}] }] }
Beta Was this translation helpful? Give feedback.
All reactions