I need something like this
if doorcontact is opened and Shutterdevice button down is pressed then log "Please close the door"
How to make this works?
So, if Shutter button down is pressed in GUI, check if contact is closed and go on…
Shutter device, check if button is pressed
I need something like this
if doorcontact is opened and Shutterdevice button down is pressed then log "Please close the door"
How to make this works?
So, if Shutter button down is pressed in GUI, check if contact is closed and go on…
doorcontact is a contact sensor, so it should have a $doorcontact.contact
variable (see Variables section) which says true or false. Where (true = closed and false = “opened”)
No, I need to know if the down button is pressed in GUI to lower the shutter.