Adds a device sub-type to Address Manager. Use device types and device sub-types to categorize and organize devices on the network.
Output / Response
Returns the object ID of the new device sub-type
API Call:
long addDeviceSubtype( long parentId, String
name, String properties
)
Parameter | Description |
---|---|
parentId | The object ID of the parent device type object. |
name | The descriptive name for the device sub-type. |
properties | Adds object properties, including user-defined fields. |