Skip to content

UpdateDeviceInput

About UpdateDeviceInput

This input type is used to update an existing Device.

id

The unique identifier for the event.

Type: ID!

externalId

An identifier that the device may use outside of Worlds.

Type: ID

name

The name of the device.

Type: String

address

The address of the device.

Type: String

enabled

true if the device’s feed is being persisted by Worlds.

Type: Boolean

position

The geographic location of the device.

Type: GeoJSONPointInput

siteId

The unique identifier for the site that this device belongs to.

Type: ID

pointOfInterestId

The unique identifier for the point of interest the device belongs to.

Type: ID