@fairfleet/geotab / DeviceLink
A DeviceLink is a relationship between two Devices over a period of time.
-
↳
DeviceLink
• dateTime: Date
Gets the date the Devices were linked. This is only present so that we can implement IDateTimeProvider.
src/types/Checkmate/ObjectModel/DeviceLink.ts:11
• destinationDevice: Device
Gets or sets the linked Device (destination).
src/types/Checkmate/ObjectModel/DeviceLink.ts:13
• fromDate: Date
Gets or sets the date and time the Devices were linked. Default [UtcNow].
src/types/Checkmate/ObjectModel/DeviceLink.ts:15
• id: string
Gets or sets the unique identifier for the specific Entity object in the Geotab system. See Id.
src/types/Checkmate/ObjectModel/Entity.ts:14
• sourceDevice: Device
Gets or sets the Device (source) which another Device is linked to.
src/types/Checkmate/ObjectModel/DeviceLink.ts:17
• toDate: Date
Gets or sets the date and time the Devices were delinked. Default [MaxDate].
src/types/Checkmate/ObjectModel/DeviceLink.ts:19
• version: number
Gets or sets the version of the entity.