PowerValue

@Serializable
data class PowerValue(val on: Boolean)

Describes the power state of a device.

Constructors

Link copied to clipboard
constructor(on: Boolean)

Properties

Link copied to clipboard
val on: Boolean

Whether the device is currently powered on.