You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2021. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: