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 | ❌ |
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. |
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" |