Post
by mrf68 »
I tested your first and last Blockly in v2.2762 and they work. I don't update that often, because 'if it ain't broke, don't fix it'. Maybe a bug?
EDIT: I just created a Windows test machine and installed Domoticz version 2.4739. I created a Blockly:
If Day = Wednesday
Do Write to log "It's wednesday"
Result: every minute this message appears in the log
Next test:
If Day > Tuesday
Do Write to log "It's after Tuesday"
Result: every minute the message appears in the log
Next test:
If Day > Tuesday and Time > 12:06
Do Write to log "It's after Tuesday and time is past 12h 06m"
Result: starting from 12:07, every minute the message appears in the log