PowerValue

data class PowerValue(val on: Boolean)

Describes the power state of a device.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
val on: Boolean

Whether the device is currently powered on.