issues
search
hap-java
/
HAP-Java
Java implementation of the HomeKit Accessory Protocol
MIT License
155
stars
82
forks
source link
TelevisionAccessory Related Fixes
#185
Closed
joenicorata
closed
1 year ago
joenicorata
commented
1 year ago
This pull requests fixes two issues:
RemoteKeyEnum code for Info button is incorrect. Release version shows code 115, actual code is 15. Tested on IOS 16 and 15.
Adds support for accessory category on standalone server. previously category was implemented for a bridge, but not for standalone accessories.
This pull requests fixes two issues: