Enum DeviceReportedChargingState
- Namespace
- Geotab.Checkmate.ObjectModel.Charging
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The charging state as reported by the device.
public enum DeviceReportedChargingState
- Extension Methods
Fields
ACCharging = 1
The vehicle is charging using alternating current.
ChargingUnknownSource = 3
The vehicle is charging but it is unknown how it is charging.
DCCharging = 2
The vehicle is charging using direct current.
NotCharging = 0
The vehicle is not charging.