While do
Posted: Thursday 16 July 2020 12:16
while domoticz.devices('hladina4').state == 'On' do
cerpadlo.switchOn().checkFirst ()
ventil4.switchOn().checkFirst ()
end
cerpadlo.switchOff().checkFirst ()
ventil4.switchOff().checkFirst ()
end
Is this entry possible?
Why doesn't the red part of the code execute?
Thanks
Vikin
cerpadlo.switchOn().checkFirst ()
ventil4.switchOn().checkFirst ()
end
cerpadlo.switchOff().checkFirst ()
ventil4.switchOff().checkFirst ()
end
Is this entry possible?
Why doesn't the red part of the code execute?
Thanks
Vikin