Enum FuelUpEventConfidences
- Namespace
- Geotab.Checkmate.ObjectModel.Fuel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Confidence of the fuel event data, derived from how many data points successfully matched to calculate a FuelUpEvent.
[Flags]
public enum FuelUpEventConfidences
- Extension Methods
Fields
DeviceFuelLevelMatchedFuelTransaction = 64Fuel level based FuelUpEvent matched to FuelTransaction based FuelUpEvent by datetime and device
DeviceMatchedFuelTransaction = 8FuelTransaction based FuelUpEvent that has a matched device
DriverMatchedFuelTransaction = 1024FuelTransaction based FuelUpEvent that has a matched driver
EngineElectricEnergy = 4096The Device is reporting electric energy usage.
FuelLevel = 1Fuel level based FuelUpEvent
FuelLevelIndeterminate = 512Fuel level based FuelUpEvent could not be determined as there is not enough data
FuelTransaction = 4The FuelTransaction based FuelUpEvent
FuelUsedInconsistent = 2048Fuel used inconsistent
LocationFuelLevelMatchedFuelTransaction = 128Fuel level based FuelUpEvent matched to FuelTransaction based FuelUpEvent where locations match
LocationMatchedFuelTransaction = 16FuelTransaction based FuelUpEvent that has matched trip stop by location
None = 0None
NotCommunicating = 256The Device was not communicating at the time of transaction
TripStop = 2The FuelUpEvent that matched on trip stop date.
TripStopFuelTransaction = 32FuelTransaction based FuelUpEvent that has matched trip stop by date