iomax / homebridge-mqttgaragedoor

Homebridge accessory plugin that create an HomeKit Garage Door Opener mapped on MQTT topics
Apache License 2.0
8 stars 9 forks source link

pauseInSeconds #11

Closed hejsiri closed 5 years ago

hejsiri commented 5 years ago

"pauseInSeconds" : "30"

How work this options? I defined the value for 30 seconds but the garage doot did not close.

iomax commented 5 years ago

"pauseInSeconds" : 30 <--- Numeric.

Door auto-closure must be manage by the door/motor controller, "pauseInSeconds" just keep the home(kit) app updated as close as possible about the door state ( "closing" in this case state ) where only the "closed" ( or none ) switch is present and the door controller auto-closure option configured.