nfarina / homebridge-tesla

Tesla plugin for homebridge: https://github.com/nfarina/homebridge
154 stars 38 forks source link

Fix for garage door state being null value #56

Closed focher closed 3 years ago

focher commented 3 years ago

In testing Homebridge 1.3, it was generating an error message that the TargetDoorState characteristic had no value. Added code to always set value to CLOSED as Homelink does not support the door state.

nfarina commented 3 years ago

Thanks!