Sensor
Sensor
A Sensor
is any device that collects measurements.
id
The unique identifier for the Sensor.
Type: ID!
name
The name of the Sensor.
Type: String!
description
A brief description of the Sensor.
Type: String
type
The class label of the Sensor, e.g. thermometer.
Type: SensorType!
position
The geographic location of the Sensor.
Type: GeoJSONPoint
address
The address of the Sensor.
Type: String
metadata
Arbitrary information about the Sensor outside of configuration.
Type: JSON