HomeKit
-
HomeKit Accessory Categories
An accessory with support for multiple categories should advertise the primary category. An accessory for which a primary category cannot be determined or the primary category isn’t among the well defined categories (2-9) falls in the ‘Other’ category
See moreDeclaration
Swift
public enum HomeKitAccessoryCategory : UInt16extension HomeKitAccessoryCategory: Encodable -
HomeKit Pairing Errors
See moreDeclaration
Swift
public enum HomeKitPairingErrorType : UInt8extension HomeKitPairingErrorType: Encodable -
HomeKit Pairing Method Types
See moreDeclaration
Swift
public enum HomeKitPairingMethodType : UInt8extension HomeKitPairingMethodType: Encodable -
HomeKit TLV8 Types for Software Authentication
See moreDeclaration
Swift
public enum HomeKitSoftwareAuthenticationTlvType : UInt8extension HomeKitSoftwareAuthenticationTlvType: Encodable -
HomeKit TLV8 Types for Pairing
See moreDeclaration
Swift
public enum HomeKitPairingTlvType : UInt8extension HomeKitPairingTlvType: Encodable