Message: update / batteryStatus (app -> client)

Back to overview

Update the battery status.

This message SHALL be sent by the app in case the battery status has been changed.

Acknowledgement

This message acknowledges:

Message Condition Error Codes
request/batteryStatus (client -> app)

Only if associated to an initial request/batteryStatus

Name Description
internalError

An internal error occurred

Args

None

Data

Field Description Type Optional Nullable
percent

The battery charge in percent (0-100).
If the battery charge cannot be determined, null should be set.

Integer False True
isCharging

A flag indicating whether the battery is charging

Boolean False False