Class BatteryState
The state of the robot battery.
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class BatteryState
Properties
| Improve this Doc View SourceBatteryLevel
Gets the battery level.
public BatteryLevel BatteryLevel { get; }
Property Type
| Improve this Doc View SourceBatteryVolts
Gets the battery volts.
public float BatteryVolts { get; }
Property Type
| Improve this Doc View SourceCubeBattery
Gets the cube battery state.
public CubeBatteryState CubeBattery { get; }
Property Type
| Improve this Doc View SourceIsCharging
Gets a value indicating whether the robot is charging.
public bool IsCharging { get; }
Property Type
| Improve this Doc View SourceIsOnChargerPlatform
Gets a value indicating whether the robot is on charger platform.
public bool IsOnChargerPlatform { get; }
Property Type
| Improve this Doc View SourceSuggestedChargerSec
Gets the suggested charger time in seconds.
public float SuggestedChargerSec { get; }