Hello
As in the documentation 1.4rev7 under point 5.12.4, I tried to setup a trigger with an hysteresis for a temperature sensor:
I get
This one is working
Is the macro TRIGGER.VALUE not working ?
Andreas
As in the documentation 1.4rev7 under point 5.12.4, I tried to setup a trigger with an hysteresis for a temperature sensor:
Code:
({TRIGGER.VALUE}=0&{sensor:temperatureTest.last(0)}>25)|({TRIGGER.VALUE}=1&{sensor:temperatureTest.last(0)}>20)
Code:
Incorrect trigger expression. Incorrect host is used.
Code:
{sensor:temperatureTest.last(0)}>25
Andreas
Comment