Class CubeBatteryState
The state of the cube battery.
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class CubeBatteryState
Properties
| Improve this Doc View SourceBatteryLevel
Gets the battery level.
public CubeBatteryLevel BatteryLevel { get; }
Property Type
CubeBatteryLevel |
BatteryVolts
Gets the battery volts.
public float BatteryVolts { get; }
Property Type
Single |
FactoryId
Gets the factory identifier of the cube.
public string FactoryId { get; }
Property Type
String |
TimeSinceLastReadingSec
Gets the time since last reading in seconds.
public float TimeSinceLastReadingSec { get; }
Property Type
Single |