Page 1 of 1

extending timers?

Posted: 14 Feb 2023, 13:30
by obod0002c
I'm wondering when using a timer in the rules' section, will another use of the same timer 'extend' its time?

E.g.
timerSet,1, 1800 // something ON for 30min
waiting for let's say 10min
timerSet,1, 1800 // something ON for 30min

On Rules#Timer=1 do
// switch OFF the 'something'

Would the 'something' then stay on for 40min?

Re: extending timers?

Posted: 14 Feb 2023, 14:13
by Ath
When setting a timer, the newly set value will be the time it takes for the event to be generated. No extending or adding. That would only be confusing.