Skip to content

FilterSensorInput

About FilterSensorInput

FilterSensorInput filters sensors based on criteria described below. Only one field should be provided per Filter object unless using an operator (and or not) as specified below.

id

If provided, specifies filters that work against the Sensor’s unique id.

Type: FilterIDInput

name

If provided, specifies filters that work against the Sensor’s name.

Type: FilterStringInput

type

If provided, specifies filters that work against the Sensor’s type.

Type: FilterStringInput

position

If provided, specifies filters that work against the Sensor’s position.

Type: FilterPointInput

and

If provided, a sensor must pass all filters in this list to match the current filter.

Type: [FilterSensorInput!]

or

If provided, a sensor must pass at least one of the filters in this list to match the current filter.

Type: [FilterSensorInput!]

not

If provided, a sensor may not match this filter to match the current filter.

Type: FilterSensorInput