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 = 64
Fuel level based FuelUpEvent matched to FuelTransaction based FuelUpEvent by datetime and device
DeviceMatchedFuelTransaction = 8
FuelTransaction based FuelUpEvent that has a matched device
DriverMatchedFuelTransaction = 1024
FuelTransaction based FuelUpEvent that has a matched driver
EngineElectricEnergy = 4096
The Device is reporting electric energy usage.
FuelLevel = 1
Fuel level based FuelUpEvent
FuelLevelIndeterminate = 512
Fuel level based FuelUpEvent could not be determined as there is not enough data
FuelTransaction = 4
The FuelTransaction based FuelUpEvent
FuelUsedInconsistent = 2048
Fuel used inconsistent
LocationFuelLevelMatchedFuelTransaction = 128
Fuel level based FuelUpEvent matched to FuelTransaction based FuelUpEvent where locations match
LocationMatchedFuelTransaction = 16
FuelTransaction based FuelUpEvent that has matched trip stop by location
None = 0
None
NotCommunicating = 256
The Device was not communicating at the time of transaction
TripStop = 2
The FuelUpEvent that matched on trip stop date.
TripStopFuelTransaction = 32
FuelTransaction based FuelUpEvent that has matched trip stop by date