Skip to main content

PositionHistory

Historical positional data for a specific Device (if applicable)

type PositionHistory {
timestamp: LocalDateTime
position: Position
}

Fields

PositionHistory.timestamp ● LocalDateTime scalar common

The last datetime the device was connected to the network

PositionHistory.position ● Position object position

The last position received for the Device

Member Of

Device object