UpdateSensorInput
About UpdateSensorInput
This input type is used update an existing Sensor
.
id
The unique identifier of the sensor.
Type: ID!
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