| Name | ALARM | |||
| Description | Executes every day at specified time (like a normal alarm clock). | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE.TIME | TIME | Yes | Activation time. |
| CORE.BOOLEAN | REPEAT | Yes | If true, alarm is repeated daily in all days defined by REPEAT-DAYS, otherwise only at next occurrence of TIME. | |
| CORE.DAY-OF-WEEK-ARRAY | REPEAT-DAYS | Yes | Array with all days of the week when alarm must activate. It is ignored in case REPEAT is false. |
| Name | ALARM-EVERY | |||
| Description | Executes at rule activation and repeat indefinitely at regular intervals. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE-DURATION | INTERVAL | Yes | Repetition interval. |
| Name | TIME-BETWEEN | |||
| Description | Returns true if current time is within the specified interval. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE.TIME | BEGIN | Yes | Begin time of interval to check. |
| CORE.TIME | END | Yes | End time of interval to check. |