example from manual 4.13.4.Hysteresis:
({TRIGGER.VALUE}=0&{server:temp.last(0)}>20)|
({TRIGGER.VALUE}=1&{server:temp.last(0)}>15)
manual 4.3.1 List of supported macros:
TRIGGER.VALUE
0 - trigger is in OFF state
1 – trigger is in ON state
2 – trigger UNKNOWN
so... if i read the example, my understanding is that it won't trigger because a newly created trigger is in state UNKNOWN (2)?
- Thomas
({TRIGGER.VALUE}=0&{server:temp.last(0)}>20)|
({TRIGGER.VALUE}=1&{server:temp.last(0)}>15)
manual 4.3.1 List of supported macros:
TRIGGER.VALUE
0 - trigger is in OFF state
1 – trigger is in ON state
2 – trigger UNKNOWN
so... if i read the example, my understanding is that it won't trigger because a newly created trigger is in state UNKNOWN (2)?
- Thomas
Comment