jerrod-lankford / GarageQTPi

An MQTT server for a raspberry pi garage door opener. Most commonly used as a HomeAssistant cover component.
MIT License
75 stars 36 forks source link

respect state when receiving commands #15

Closed tagno25 closed 6 years ago

tagno25 commented 6 years ago

This is to fix issue #14. The check happens both on MQTT message check and on GarageDoor object functions.

jerrod-lankford commented 6 years ago

Thanks!