@fairfleet/geotab / Diagnostic
Vehicle diagnostic information from the engine computer that can either be measurement data or fault code data.
Remarks
Note: Diagnostics cannot be added, set or removed via the API.
-
↳
Diagnostic
- code
- controller
- diagnosticType
- engineType
- faultResetMode
- id
- isLogGuaranteedOnEstimateError
- isReadOnly
- name
- source
- tamperingDiagnostics
- unitOfMeasure
- validLoggingPeriod
- version
• code: number
Gets or sets the diagnostic parameter code number.
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:22
• controller: Controller
Gets or sets the applicable Controller for the diagnostic parameter.
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:24
• diagnosticType: DiagnosticType
Gets or sets the DiagnosticType (source) of the diagnostic parameter.
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:26
• engineType: EngineType
Gets or sets the EngineType for this diagnostic if applicable, otherwise null.
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:31
• faultResetMode: FaultResetMode
Gets or sets the FaultResetMode of the diagnostic (whether the fault resets automatically or manually).
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:33
• id: string
Gets or sets the unique identifier for this entity. See Id.
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:35
• isLogGuaranteedOnEstimateError: boolean
Gets or sets the value which describes if the diagnostic guarantees it will log when estimate error is exceeded.
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:37
• isReadOnly: boolean
Gets a value indicating whether the diagnostic is readonly
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:39
• name: string
Gets or sets the name of this entity that uniquely identifies it and is used when displaying this entity.
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:41
• source: Source
Gets or sets the Source for the diagnostic (the type of diagnostic code).
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:43
• tamperingDiagnostics: Diagnostic
[]
Gets the tampering diagnostic codes.
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:45
• unitOfMeasure: UnitOfMeasure
Gets or sets the UnitOfMeasure applicable to the diagnostic parameter.
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:47
• validLoggingPeriod: ValidLoggingPeriod
Gets or sets the Diagnostic.ValidLoggingPeriod. The diagnostic should only be interpolated within the range of the given type.
src/types/Checkmate/ObjectModel/Engine/Diagnostic.ts:49
• version: number
Gets or sets the version of the entity.