Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[homekit] Fix invertedness of GarageDoorOpener characteristics (#17181)
In #17137, CurrentDoorState and TargetDoorState were moved from being part of the accessory itself, to using the CharacteristicFactory, but they lost the flag that default-inverts them. So make sure to pass that flag in the new location that the mapping is created. Signed-off-by: Cody Cutrer <cody@cutrer.us>
- Loading branch information