Cannot work out how to do this, or if it is even possible with the current programming options in apex. I have a temperature probe in my sump and another in the display. I want to setup a virtual outlet to alert/be notified if the difference between the two readings exceeds a certain value. Something like ...
SET OFF
FALLBACK OFF
If Temp_1 < Temp_2 BY MORE THAN 1.5 Then ON
If Temp_1 > TEMP_2 BY MORE THAN 1.5 Then ON
Defer 005:00 Then ON
Bolded text is syntax not supported by apex. Anyone have a clever way to do this?
SET OFF
FALLBACK OFF
If Temp_1 < Temp_2 BY MORE THAN 1.5 Then ON
If Temp_1 > TEMP_2 BY MORE THAN 1.5 Then ON
Defer 005:00 Then ON
Bolded text is syntax not supported by apex. Anyone have a clever way to do this?


