I too have difficulty with the Fast-On/Off and it would never pass the wife test. The combination of the following three programs works flawlessly.
DetectFirstFlip
If
Control 'Small Bedroom' is switched Off
Then
Run Program 'VirtualFlag' (Then Path)
Wait 3 seconds
Run Program 'VirtualFlag' (Else Path)
Else
- No Actions - (To add one, press 'Action')
-------------------------------------------------------
DetectSecondFlip
If
Control 'Small Bedroom' is switched Off
And Program 'VirtualFlag' is True
Then
(put the Commands here i.e "run program")
Run Program '"Run your program here"' (Then Path)
Else
- No Actions - (To add one, press 'Action')
---------------------------------------------------------
VirtualFlag
If
- No Conditions - (To add one, press 'Schedule' or 'Condition')
Then
- No Actions - (To add one, press 'Action')
Else
- No Actions - (To add one, press 'Action')