Interface BatteryState

Battery state

Describe the battery state with the current, the state of charge, the battery capacity, the power supply status and wether battery is powered or not 🔋

See

RoboccDocs for further information

Hierarchy

  • BatteryState

Properties

SOC: number

State Of Charge in %

capacity: number

Capacity in Ah (last full capacity)

charge_max_error: number

Max possible error of State of charge in %

current: number

Negative when discharging (A)

is_powered: boolean

Is powered

power_supply_status: PowerSupplyStatus

The charging status as reported

Generated using TypeDoc