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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
HAP-Java 1.1.5
Fixes
null values are now allowed, since Homekit allows them.
SecuritySystemAlarmType and TargetSecuritySystemState now match the Homekit documentation #44#45
Null pointer exception no longer thrown if a characteristic is not implemented #32
Fixed incorrect support for BatteryLevel in battery-powered accessories. Appropriate characteristic is battery status. #50
Clear all connections in SessionManager during HomekitRoot.stop() #54
Fix issue in which communications would drop when encrypted frames didn't line up with network frames #64
Fix various spec violations and optimize communications to improve performance #65
Fix a pairing issue in which HAP-Java could listen on a different interface than that which it advertises #67
Allow window covering to be used without optional characteristics. The inclusion of HoldPositionCharacteristic did terrible things, and we're still not sure why. Addressed #56