Search found 4 matches

by nikos
Sunday 28 January 2018 18:30
Forum: Blockly
Topic: if_else statement failure
Replies: 2
Views: 763

Re: if_else statement failure

Thanks cogliostrio, adding a second always true variable to the event seems to be doing the trick. It is not really an ELSEIF statement but just another IF. I am new here and I am trying to make sense of the domoticz blockly. It lacks the google blockly functionality but it can still work for simple ...
by nikos
Friday 26 January 2018 13:42
Forum: Blockly
Topic: if_else statement failure
Replies: 2
Views: 763

if_else statement failure

Hi all, I am trying to simulate the ELSE statement that is missing from the Domoticz blockly by the blockly below. The 'A_kid@home' switch is fired from the SystemAliveChecker(Ping) on a mobile phone The Variable_set_to_1 is set to integer 1 thus always TRUE The IF part works fine, and the ...
by nikos
Monday 22 January 2018 12:06
Forum: Blockly
Topic: blockly else statement
Replies: 5
Views: 4721

Re: blockly else statement

Thanks misfit, that's a good idea to get around the lack of the else statement. But why is it missing from the Domoticz blockly?
by nikos
Wednesday 17 January 2018 16:15
Forum: Blockly
Topic: blockly else statement
Replies: 5
Views: 4721

blockly else statement

Hi all, I am new here, so pls excuse me if I am asking something already answered (I have not found an answer yet). So my question is why is the "else' statement missing from the "if" options? Is it implemented by some other means?? Its presence would save us from an awful lot of repetitions.