Is there a way to disable a light switch? Ie, when the ELK is armed, I don't want the furnace room light to work (where the ELK box & ISY are stored). So if someone breaks in, they can't turn on the light. Ya ya ya, they probably have a flashlight, but I'm having fun with this stuff.
I created a program to turn the light off anytime it's turned on (when the ELK is armed), but it still allows the person to turn the light on for a brief second, then it shuts off.
I tried with a REST command (/rest/nodes//disable) but it just stops ISY from communicating with it, you can still click the button to turn on the light. Which makes sense because it's hardcoded right into the switch incase the ISY fails, so for now, looks like a program is the only 'kind of' work around?