Strange IF DO ELSEIF in blocky ?
Posted: Monday 12 December 2016 20:45
hello
I've this blocky :
It compare a Lux devices to a user variable (set to 1500)
Lux is at 0 value (it is the night)
here is my log :
I don't understand why I have the IF and the ELSIF debig log (and all other actions) ?
why the comparison between my lux sensor and my user variable if TRUE in the 2 cases ?
Thanks a lot
Multinet
I've this blocky :
It compare a Lux devices to a user variable (set to 1500)
Lux is at 0 value (it is the night)
here is my log :
Code: Select all
2016-12-12 20:41:00.484 EventSystem: Event triggered: 999-test_1
2016-12-12 20:41:00.485 TEST
2016-12-12 20:41:00.486 TEST OK
2016-12-12 20:41:00.487 1500
2016-12-12 20:41:00.487 0
2016-12-12 20:41:00.488 TEST KO
2016-12-12 20:41:00.529 (Domoticz RPI B+) Lighting 2 (Vertigo (B+))why the comparison between my lux sensor and my user variable if TRUE in the 2 cases ?
Thanks a lot
Multinet