ServiceType
public enum ServiceType : Codable, Equatable
extension ServiceType: CustomStringConvertible
Undocumented
-
Undocumented
Declaration
Swift
case appleDefined(UInt32)
-
Undocumented
Declaration
Swift
case custom(UUID)
-
Undocumented
Declaration
Swift
public init(_ uuid: UUID)
-
Declaration
Swift
public static func == (lhs: ServiceType, rhs: ServiceType) -> Bool
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
static let bridgingState: ServiceType
-
Undocumented
Declaration
Swift
static let accessoryMetrics: ServiceType
-
Undocumented
Declaration
Swift
static let accessoryRuntimeInformation: ServiceType
-
Undocumented
Declaration
Swift
static let airPurifier: ServiceType
-
Undocumented
Declaration
Swift
static let airQualitySensor: ServiceType
-
Undocumented
Declaration
Swift
static let assetUpdate: ServiceType
-
Undocumented
Declaration
Swift
static let battery: ServiceType
-
Undocumented
Declaration
Swift
static let carbonDioxideSensor: ServiceType
-
Undocumented
Declaration
Swift
static let carbonMonoxideSensor: ServiceType
-
Undocumented
Declaration
Swift
static let contactSensor: ServiceType
-
Undocumented
Declaration
Swift
static let diagnostics: ServiceType
-
Undocumented
Declaration
Swift
static let door: ServiceType
-
Undocumented
Declaration
Swift
static let doorbell: ServiceType
-
Undocumented
Declaration
Swift
static let fan: ServiceType
-
Undocumented
Declaration
Swift
static let fanV2: ServiceType
-
Undocumented
Declaration
Swift
static let faucet: ServiceType
-
Undocumented
Declaration
Swift
static let filterMaintenance: ServiceType
-
Undocumented
Declaration
Swift
static let firmwareUpdate: ServiceType
-
Undocumented
Declaration
Swift
static let garageDoorOpener: ServiceType
-
Undocumented
Declaration
Swift
static let heaterCooler: ServiceType
-
Undocumented
Declaration
Swift
static let humidifierDehumidifier: ServiceType
-
Undocumented
Declaration
Swift
static let humiditySensor: ServiceType
-
Undocumented
Declaration
Swift
static let info: ServiceType
-
Undocumented
Declaration
Swift
static let inputSource: ServiceType
-
Undocumented
Declaration
Swift
static let irrigationSystem: ServiceType
-
Undocumented
Declaration
Swift
static let label: ServiceType
-
Undocumented
Declaration
Swift
static let leakSensor: ServiceType
-
Undocumented
Declaration
Swift
static let lightSensor: ServiceType
-
Undocumented
Declaration
Swift
static let lightbulb: ServiceType
-
Undocumented
Declaration
Swift
static let lockManagement: ServiceType
-
Undocumented
Declaration
Swift
static let lockMechanism: ServiceType
-
Undocumented
Declaration
Swift
static let microphone: ServiceType
-
Undocumented
Declaration
Swift
static let motionSensor: ServiceType
-
Undocumented
Declaration
Swift
static let occupancySensor: ServiceType
-
Undocumented
Declaration
Swift
static let outlet: ServiceType
-
Undocumented
Declaration
Swift
static let securitySystem: ServiceType
-
Undocumented
Declaration
Swift
static let slats: ServiceType
-
Undocumented
Declaration
Swift
static let smokeSensor: ServiceType
-
Undocumented
Declaration
Swift
static let speaker: ServiceType
-
Undocumented
Declaration
Swift
static let statefulProgrammableSwitch: ServiceType
-
Undocumented
Declaration
Swift
static let statelessProgrammableSwitch: ServiceType
-
Undocumented
Declaration
Swift
static let `switch`: ServiceType
-
Undocumented
Declaration
Swift
static let tapManagement: ServiceType
-
Undocumented
Declaration
Swift
static let television: ServiceType
-
Undocumented
Declaration
Swift
static let temperatureSensor: ServiceType
-
Undocumented
Declaration
Swift
static let thermostat: ServiceType
-
Undocumented
Declaration
Swift
static let threadTransport: ServiceType
-
Undocumented
Declaration
Swift
static let transferTransportManagement: ServiceType
-
Undocumented
Declaration
Swift
static let valve: ServiceType
-
Undocumented
Declaration
Swift
static let wiFiTransport: ServiceType
-
Undocumented
Declaration
Swift
static let window: ServiceType
-
Undocumented
Declaration
Swift
static let windowCovering: ServiceType
-
Declaration
Swift
public var description: String { get }