Sensor Information
GetSensorInfo returns a SensorInfoResponse with one
SensorInformation entry per requested sensor.
The response includes:
sensor serial number and type
SecureTrack alias
last contact timestamp
GNSS position, timing, and hardware information if available
timestamp of the last GNSS information update
Typical workflow:
Call
GetSensorInfowith only the token.Display available sensor serials/types and aliases to the user.
Use those sensors in later stream filters if you need to reduce data volume.
Request Filtering
Leave sensor_filter empty to request all sensors associated with the token.
Set sensor_filter to one or more sensor serials when the application should
only display or use specific sensors.
GNSS Information
Sensor GNSS information is present only when the backend has current GNSS data
for the sensor. Clients should handle missing GNSS information gracefully and
use last_contact to distinguish a sensor without GNSS information from a
sensor that is no longer online.