ActiveSauce Posted November 20, 2012 Posted November 20, 2012 Is there any way to change the LED color on a keypad, and then later change it back to the original color, without hardcoding what that color was? For example (contrived), at sunset change all the bottom LEDs in the house to purple, and at sunrise change them back to whatever they were before (even if they were all different). I don't see any way to store a color in a variable, so it doesn't seem like you can save the previous color for later. But if I'm missing something, let me know...
Leandro Loureiro Posted May 28, 2013 Posted May 28, 2013 Nobody? Tryong to find a way to get back color leds with out do it manualy.
control4user007 Posted May 31, 2013 Posted May 31, 2013 agreed, there has to be some way to set a default and then return to that setting after changing the LED colors.
Cyknight Posted May 31, 2013 Posted May 31, 2013 Yet there isn't.Although you can "store" the led color for on/off on dimmers/switches, you cannot for keypads. Nor do I know how well it would work.Of course nothing prevents you from programming something to have LEDs go back to whatever color you use as "default".
control4user007 Posted May 31, 2013 Posted May 31, 2013 so how do you store the led color for the on/off on dimmers? Like is there a way to give a command and restore the stored on/off colors?
Cyknight Posted May 31, 2013 Posted May 31, 2013 you store the value in a variable, then you use programming off of some sort of event (button press, time etc) to set the led color to the value in the variable (string of top of my head).Not much different then just setting it back to "blue" or whatever you use as a default.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.