Search found 1 match

by poushag
Sunday 04 February 2018 5:42
Forum: Blockly
Topic: Bug in Domoticz Blocky - parsing sensor values
Replies: 2
Views: 1294

Re: Bug in Domoticz Blocky - parsing sensor values

Line 2 appears to be showing three variable values that are elements of the same array. I think your code could work if you had a block that would explicitly assign a single array element (the temperature value) to a variable and compare that with your t-stat setpoint value.
Cheers, Andrew