Power Uplink Data
The device reports power‑related values periodically and on change.
Use null to request the current values.
Key path: devdata.power
To request current values:
{ "devdata": { "power": null } }voltage
Section titled “voltage”Battery voltage in volts (approximate, as a string).
Configuration variables
- Type: string
- Sent on: Periodic, on change
{ "devdata": { "power": { "voltage": "3.8" } } }Remaining battery capacity as a percentage (0‑100).
Configuration variables
- Type: integer
- Sent on: Periodic, on change
{ "devdata": { "power": { "gauge": 50 } } }isCharged
Section titled “isCharged”true when the battery is fully charged.
Configuration variables
- Type: boolean
- Sent on: Change
{ "devdata": { "power": { "isCharged": false } } }isCharging
Section titled “isCharging”true while the device is connected to a charger and actively
charging.
Configuration variables
- Type: boolean
- Sent on: Change
{ "devdata": { "power": { "isCharging": true } } }isPowered
Section titled “isPowered”true when the device is receiving external power (USB or cradle).
Configuration variables
- Type: boolean
- Sent on: Change
{ "devdata": { "power": { "isPowered": true } } }Related
Section titled “Related”- Core Config —
iescheckfor charge‑based IES checks - Device Data overview — all uplink data groups