SensorInput
About SensorInput
This input type is used to create a new Sensor
.
name
The name of the sensor.
Type: String!
description
A text description of the sensor.
Type: String
type
The type of data outputted by the sensor.
Type: SensorType!
position
The geographic location of the sensor.
Type: GeoJSONPointInput
address
The address of the sensor.
Type: String
metadata
Additional metadata associated with the sensor. This may represent any JSON object structure.
Type: JSON