I currently have a light and blind scene setup which switches 5 dimmer lights off and closes 2 curtains when executed at the press of a button. What I would like to do now is use PLEG to remember the current state of all the lights (% on) as well as whether the curtains are open or closed at the time when I press the button and set these back to the old settings once another button is pressed.
With this the lights go off once IRMovie receives the respective code. What I tried but can not get to work is:
[ul][li]How do I now save the LoadLevelTarget = state before the Trigger_Movie action for both lights individually?[/li]
[li]How do I pass the individual saved LoadLevelTarget (could be different for each light) to the action task once IRRestore is triggered to set the lights back to the previous dim level or on/off state? [/li][/ul]