Created Event
The created event object is published on this topic: glp/0/{SID}/ev/created/dev/{Protocol}/type/{Application_Type}
Where:
SID | is the segment identifier. |
Protocol | is the protocol identifier, such as lon, cm, modbus, etc. |
Application_Type | is the application type as reported with the device’s status object. |
Device creation is complete when the created event is published.
The created event object has the following syntax:
{ handle: Handle, obj: { sts: STS, cfg: CFG, if: IF } } |
Parameter | Description |
---|---|
Handle | The device handle used with the IAP/MQ topic. |
STS | The device status object. |
CFG | The device configuration object. |
IF | The device interface object including all interface blocks and datapoints. |
Example
For example, the following device creation request yields the created event shown.
Device Creation: {
{ |