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
Services / Characteristics are now generated from Apple's Homekit framework
on macOS. This means that those definitions are more easily kept up-to-date.
Contribution by Guy Brooker.
Television accessory support. Contribution by Guy Brooker.
Swift 5 support.
Changed
Network stack rewritten with SwiftNIO.
Naming of some service / characteristic / enum types.
Characteristics with read permission (Paired Read) require a value, no value
is no longer valid.
Characteristic bounds no longer trap when out of bound values are set
programmatically, but will clip the value instead. This resolves an issue
where setting a value to the minimum value would trap in some situations.