Battery properties
A decision block that get battery properties.
The fiber will proceed immediately without pause.
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.