PowerLevel

public enum PowerLevel : UInt16
extension Device.PowerLevel: CustomStringConvertible

Describes the power level of a Device.

  • The Device is in standby mode (0).

    Declaration

    Swift

    case standby = 0
  • The Device is powered on (65535).

    Declaration

    Swift

    case enabled = 65535
  • Declaration

    Swift

    public var description: String { get }