-
Notifications
You must be signed in to change notification settings - Fork 3
Actions DefineTimer
thica edited this page Jan 10, 2020
·
4 revisions
Sets or removes a timer for actions. With a timer, can can perfom actions in intervals. A predefined timer is a timer to update clock widgets. This action will modify the error code (0=success, 1=failure)
| string | timername | interval | switch | actionname | doonpause |
|---|---|---|---|---|---|
| definetimer | Timer Name (Mandantory) | Time Interval in seconds | on / off : on to enable/set a timer, off to remove the timer | Action to execute by the timer | Execute the timer, even if the device is on sleep |
If you want to change a timer, ou need to remove the timer and add it with the new settings