batteryState property

String batteryState
final

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

Implementation

final String batteryState;