
Set timer: 'timer'
Use this API to set up an existing timer.
Parameter
Range
Description
timer
1 – 20
The timer number to set up
year (optional)
2000 – 3000
Year. If not set, default is “any”.
month (optional)
1 – 12
Month. If not set, default is “any”.
day (optional)
1 – 31
Day of the month. If not set, default is “any”.
weekday (optional) 0 (Monday) – 6 (Sunday) Weekday. If not set, default is “any”.
hour
0 – 23 (24h format)
Hour – required
minute
0 – 59
Minute - required
count (optional)
1 – 255
- Number of times the timer shall be executed.
- Set to 255 to repeat forever.
- Default is 1.
At a minimum, either hour/minute or count needs to be given for the
command to be accepted.
Example, Trip timer 1 once, next Tuesday at 8:15pm
https://ezecontrol.com/api/control.php?timer=1&
weekday=2&hour=20&minute=15
Example, Change the count without affecting the time setting:
https://ezecontrol.com/api/control.php?timer=1&count=5
Page 78 of 121