Timer.Set

Description

Syntax

Parameters

cAxn
(string) single character representing the action to take
Optional, if omitted, the timer state is unchanged.

Possible Values

+
timer(s) in sTimer parameter are started
-
timer(s) in sTimer parameter are stopped
*
timer(s) in sTimer parameter are toggled
cAddSub
(string) single character indicating whether to add, subtract or absolutely set the timer value
Optional, if omitted, the timer is set to an absolute time as specified by newHMS parameter.

Possible Values

@
add the value in newHMS parameter to current timer value
$
subtract the value in newHMS parameter from current timer value
sTimers
(string) single string of timer ID's to be set, with no spaces between them
newHMS
(string) the new timer value, as 3 space-separated integers: hours, minutes & seconds

Examples