tonesto7 / homebridge-smartthings

SmartThings Homebridge Plugin
384 stars 767 forks source link

Garage Door Control #440

Open therapcat opened 3 years ago

therapcat commented 3 years ago

Garage Door wasn't showing up in Garage Door list. The Smartthings Device Handler showed capability "Door Control", so I went into the Homebridgev2 Code and changed input "garageList", "capability.garageDoorControl", to input "garageList", "capability.DoorControl",

This code was present on line 207 and line 435.

It now works properly. I wasn't going to report it because I thought it was just my device, but I realized that my device is using the default Smartthings device handler for Z-Wave Garage Door Opener, so others might have this same issue.

Thank you!