(EDIT: Below is for the dimmer. Based on your post date, I assume you might mean the switch. It should be do-able there with similar modifications, but I don’t have any switches at my house to test with.)
I lied. I had some time tonight and played around with further modifications to the driver and came up with this:
I haven’t tested it much, so there might be some bugs. (Note that I also remapped some button/number events in ways that make more sense to me, so watch out if you switch from Inovelli’s stock driver with scene automations configured.)
As an example of how you might use the new custom command:
setNotificationLED("red", 10, "255", "slow-blink")
The general syntax is setNotificationLED(color, level, duration, effect)
, where the parmaters are:
- color = {“red”, “red-orange”, “orange”, “yellow”, “green”, “cyan”, “light-blue”, “blue”, “violet”, “pink”}
- level = 0-10 (10 corresponds to 100% brightness)
- duration = number of seconds, 1-254 or 255 for indefinite
- effect = {“off”, “solid”, “chase”, “fast-blink”, “slow-blink”, “pulse”}
Most of these are basically the options Inovelli gives you, though I added a couple in-between colors that I like better.