Class: DeviceMetadata

iotcs.device.GatewayDevice.DeviceMetadata()

new DeviceMetadata()

Enumeration of the standard properties that can be used in the metadata object given as parameter on indirect registration.
Properties:
Name Type Description
MANUFACTURER string
MODEL_NUMBER string
SERIAL_NUMBER string
DEVICE_CLASS string
PROTOCOL string
PROTOCOL_DEVICE_CLASS string
PROTOCOL_DEVICE_ID string
See:
  • iotcs.device.GatewayDevice#registerDevice

Members

(static) DEVICE_CLASS :string

Type:
  • string
Default Value:
  • deviceClass

(static) MANUFACTURER :string

Type:
  • string
Default Value:
  • manufacturer

(static) MODEL_NUMBER :string

Type:
  • string
Default Value:
  • modelNumber

(static) PROTOCOL :string

Type:
  • string
Default Value:
  • protocol

(static) PROTOCOL_DEVICE_CLASS :string

Type:
  • string
Default Value:
  • protocolDeviceClass

(static) PROTOCOL_DEVICE_ID :string

Type:
  • string
Default Value:
  • protocolDeviceId

(static) SERIAL_NUMBER :string

Type:
  • string
Default Value:
  • serialNumber

Home