lwm2m.composite.notify
The lwm2m.composite.notify event is triggered when multiple LWM2M resources of a device change. The trigger will execute only if all of the Records specified for the trigger are also contained in the notification.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| ThingKey | String | The Thing Key of the LWM2M device. | |
| ThingTags | String | This trigger can be limited to things identified by tag. Leave blank to not limit this trigger by tags. | |
| Records | Array | An array of LwM2M Records that the notification must contain for this trigger to execute. Leave empty if all composite notifications are to be accepted. No Records are required, but if any records are supplied, the ObjectId and InstanceId of the record must be specified. |
LwM2M Record Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| ObjectId | Integer | Yes | Click on the Object drop-down and then select the Object that contains the resource(s) to process. |
| InstanceId | Integer | Yes | The Instance ID of the object. |
| ResourceId | Integer |
|
The ID of the resource. If left empty, as long as one resource for the selected Object/Instance combination is present, the trigger will accept the notification and execute. |