Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 2.79 KB

File metadata and controls

34 lines (24 loc) · 2.79 KB

DevicePowerGet

Properties

Name Type Required Description
Type_ string Type of the supported resources
Id string Unique identifier representing a specific resource instance
IdV1 string Clip v1 resource identifier
Owner ResourceIdentifier
PowerState_ PowerState

PowerState

Properties

Name Type Required Description
BatteryState_ BatteryState Status of the power source of a device, only for battery powered devices. - normal – battery level is sufficient - low – battery level low, some features (e.g. software update) might stop working, please change battery soon - critical – battery level critical, device can fail any moment
BatteryLevel long The current battery state in percent, only for battery powered devices.

BatteryState

Status of the power source of a device, only for battery powered devices. - normal – battery level is sufficient - low – battery level low, some features (e.g. software update) might stop working, please change battery soon - critical – battery level critical, device can fail any moment

Properties

Name Type Required Description
Normal string "normal"
Low string "low"
Critical string "critical"