Hello,
Here is S.S.10 from your code:
S.S.10
S1,
#START: --->S2
S2,
10": ON^HOUSELIGHT --->S3
S3,
10": OFF^HOUSELIGHT --->Sx
What this State Set does is after the START command the State Set waits 10 seconds and then turns on the House Light. The State Set then waits for 10 seconds and turns off the House Light.
A double quote is for seconds.
A single quote is for minutes.
So a simple change should do what you want:
S.S.10
S1,
#START: --->S2
S2,
10': ON^HOUSELIGHT --->S3
S3,
10': OFF^HOUSELIGHT --->Sx
Please let me know if this helps.
Gary
P.S. I’ve discovered that the forum editor does not like curly or smart quotes. That is why your previous posts wouldn’t display. If you only use straight quotes, then it works.