Gets list of all aviable batteries in system
range of battery names
import std.array; import battery.d; getBatteryList().array; // ["BAT0"], laptops in general have only 1 battery getBatteryList().front; // "BAT1"
See Implementation
Gets list of all aviable batteries in system