So slightly embarrassed to post such a silly ?help? cry but I am completely lost?
I have a minimote and a dimmable light. I want to toggle it on and off. (no laughing please?) [I have it working great with Lua but moving away from all my scripts over to PLEG]
Input
Button_Pressed Scene number 1 is activated
Device Porperties
Lamp_Status Satus
Condition
LampOn (Lamp_status; Button_Pressed) and (Lamp_status eq “0”)
LampOff (Lamp_status; Button_Pressed) and (Lamp_status eq “1”)
Action
LampOn Turn on the lamp
LampOff Turn off the lamp
It appears an issue with not being able to get status updates? I say this as the status report often errors out with ?error getting status of??
What have I missed?