PowerLevel public enum PowerLevel : UInt16 extension Device.PowerLevel: CustomStringConvertible Describes the power level of a Device. standby The Device is in standby mode (0). Declaration Swift case standby = 0 enabled The Device is powered on (65535). Declaration Swift case enabled = 65535 description Declaration Swift public var description: String { get }