Battery properties
A decision block that get battery properties.
The fiber will proceed immediately without pause.
Note! Some devices may return incorrect values, e.g. negated or not the unit as officially documented by Android.
Please use the Help & feedback menu to report any such issues.
Output variables
- Capacity — variable to assign the battery capacity in milliampere hours, or
null
if unavailable.
- Remaining percent — variable to assign the percent of remaining battery charge, or
null
if unavailable.
- Remaining charge — variable to assign the remaining battery charge in milliampere hours, or
null
if unavailable. (Android 5+)
- Remaining energy — variable to assign the remaining battery energy in milliwatt hours, or
null
if unavailable. (Android 5+)
- Usage current — variable to assign the usage current in milliampere, positive when charging, negative when discharging, or
null
if unavailable. (Android 5+)
- Usage current average — variable to assign the average usage current in milliampere, positive when charging, negative when discharging, or
null
if unavailable. (Android 5+)
- Voltage — variable to assign the battery voltage, or
null
if unavailable.
- Temperature — variable to assign the battery temperature in Celsius, or
null
if unavailable.
- Technology — variable to assign a description of the battery technology, or
null
if unavailable.