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!
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!