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: number

The charging status as reported. Values defined above 0: UNKNOWN 1: CHARGING 2: DISCHARGING 3: NOT_CHARGING 4: FULL

Generated using TypeDoc