Shade
Toggle table of contents
latest
common
Target filter
common
Switch theme
Search in API
Skip to content
Shade
structures
/
inkapplications.shade.structures
/
PowerValue
Power
Value
@
Serializable
data
class
PowerValue
(
val
on
:
Boolean
)
Describes the power state of a device.
Members
Constructors
Power
Value
Link copied to clipboard
constructor
(
on
:
Boolean
)
Properties
on
Link copied to clipboard
val
on
:
Boolean
Whether the device is currently powered on.