Magidoc

DeviceInput
Input Object

Data to create or update a Device

Fields

#

controllerId

The ID of the Controller that this Device is connected to, if null the device is not connected to a controller and cannot be addressed

customKind

If kinds includes custom, this is the custom kind

hardwareId

A hardware ID for this Device, could be a serial number or similar

id

The ID of the Device, required when updating

jmfEnabled

Non-null

Is this Device JMF enabled

kinds

Non-null

The operation kinds supported by this device

name

Non-null

The name of the Device

softwareId

A software ID for this Device, if the device is JMF enabled then this should be the JMF DeviceID

uri

The URI of the Device, this is the address that the controller will use to communicate with the device

vendorId

ID !
Non-null

The ID of the Vendor of this Device

Usages

#

References

#

  • Argument input of field createDevice from type Mutation
  • Argument input of field updateDevice from type Mutation