Contains all battery-related information.

Hierarchy

  • PowerSupply

Indexable

[property: string]: any

Properties

batteryCurrent?: number

Battery current in Ampere (A)

batteryHealth?: number

State of health in percent.

batteryVoltage?: number

Battery voltage

charging: boolean

True: charging in progress. False: mobile robot is currently not charging.

range?: number

Estimated reach with current State of Charge in meter.

stateOfCharge: number

State of Charge in %: If mobile robot only provides values for good or bad battery levels, these will be indicated as 20% (bad) and 80% (good).

Generated using TypeDoc