...
Code Block |
---|
time 23:00 # trigger :TIME == 2300 date 1.*.* # trigger :DD == 1 day monday # trigger :DOW == 1 |
The ':' means search for the variable up the node tree.
Triggers can also use AND/OR logic and the full range of operators <,>,<=,>=
...
...
Code Block |
---|
time 23:00 # trigger :TIME == 2300 date 1.*.* # trigger :DD == 1 day monday # trigger :DOW == 1 |
The ':' means search for the variable up the node tree.
Triggers can also use AND/OR logic and the full range of operators <,>,<=,>=
...