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 more

    Declaration

    Swift

    public enum HomeKitAccessoryCategory : UInt16
    extension HomeKitAccessoryCategory: Encodable
  • HomeKit Pairing Errors

    See more

    Declaration

    Swift

    public enum HomeKitPairingErrorType : UInt8
    extension HomeKitPairingErrorType: Encodable
  • HomeKit Pairing Method Types

    See more

    Declaration

    Swift

    public enum HomeKitPairingMethodType : UInt8
    extension HomeKitPairingMethodType: Encodable
  • HomeKit TLV8 Types for Software Authentication

    See more

    Declaration

    Swift

    public enum HomeKitSoftwareAuthenticationTlvType : UInt8
    extension HomeKitSoftwareAuthenticationTlvType: Encodable
  • HomeKit TLV8 Types for Pairing

    See more

    Declaration

    Swift

    public enum HomeKitPairingTlvType : UInt8
    extension HomeKitPairingTlvType: Encodable