Skip to content

CreateDeviceInput

About CreateDeviceInput

This input type is used to create a new Device.

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