WHEN Large Garage NOT READY
WHEN Small Garage NOT READY
THEN GarageDoorTimer ON for 15 minutes
WHEN GarageDoorTimer OFF
AND Large Garage NOT READY
OR
AND Small Garage NOT READY
THEN Message Show "Garage Door Open" with beep
THEN GarageDoorTimer ON for 15 minutes
WHEN Large Garage NOT READY
WHEN Small Garage NOT READY
THEN INCREMENT GarageDoor
WHEN Large Garage SECURE
WHEN Small Garage SECURE
THEN DECREMENT GarageDoor
WHEN GarageDoor ON
THEN GarageDoorTimer ON for 15 minutes
WHEN GarageDoorTimer OFF
AND IF GarageDoor ON
THEN Message Show "Garage Door Open" with beep
THEN GarageDoorTimer ON for 15 minutes
I guess what I can do is have a button control and flag to disable the notification. Now that I think about it more, I don't need it to be a user setting since I will not be changing it often.Desert_AIP said:Why a user setting?
Is there sometimes you want 15 minute warnings and sometimes you want an hour?
What scenario are you thinking of?
Thank you! That's exactly what I wanted.ano said:You DEFINITELY can use a user setting for this if you want. With the latest firmware in your panel, define a user setting as a duration. Then when you set the variable to the time, under duration you will see that user setting on the list. Pick it, and your done. What ever duration the user setting is set to, will be the duration the variable uses. I do it all the time.
I'm not saying a button is not a better solution, but user settings allow lots of flexibility and learning to use them will save you lots of hassle.
ano said:You DEFINITELY can use a user setting for this if you want. With the latest firmware in your panel, define a user setting as a duration. Then when you set the variable to the time, under duration you will see that user setting on the list. Pick it, and your done. What ever duration the user setting is set to, will be the duration the variable uses. I do it all the time.
I'm not saying a button is not a better solution, but user settings allow lots of flexibility and learning to use them will save you lots of hassle.