ServiceHapSlat

@available(swift 4.0)
@available(iOS 10.0, tvOS 10.0, watchOS 3.0, macOS 10.12, *)
open class ServiceHapSlat : Service

HAP-BLE HomeKit Slat Service

This service describes a slat which tilts on a vertical or a horizontal axis.

  • Current Tilt Angle and Target Tilt Angle may be included in this service if the user can set the slats to a particular tilt angle.
  • Swing Mode implies that the slats can swing automatically (e.g. vents on a fan).
  • Service Name

    Declaration

    Swift

    public static var name: String { get }
  • Service UUID

    Declaration

    Swift

    public static var uuidString: String { get }
  • Service Uniform Identifier

    Declaration

    Swift

    public static var uniformIdentifier: String { get }
  • Creates Service

    Declaration

    Swift

    public init()