Merge thing command at /features/accelerometer/properties/x
{
"topic": "com.acme/xdk_53/things/twin/commands/merge",
"headers": {
"content-type": "application/merge-patch+json"
},
"path": "/features/accelerometer/properties/x",
"value": 42
}
Merge thing command response at /features/accelerometer/properties/x
{
"topic": "com.acme/xdk_53/things/twin/commands/merge",
"headers": {},
"path": "/features/accelerometer/properties/x",
"status": 204
}
Thing merged event at /features/accelerometer/properties/x
{
"topic": "com.acme/xdk_53/things/twin/events/merged",
"headers": {
"content-type": "application/merge-patch+json"
},
"path": "/features/accelerometer/properties/x",
"value": 42,
"revision": 42,
"timestamp": "2021-01-18T09:42:12Z"
}
Merge thing command deleting /features/accelerometer/properties/x
{
"topic": "com.acme/xdk_53/things/twin/commands/merge",
"headers": {
"content-type": "application/merge-patch+json"
},
"path": "/features/accelerometer/properties/x",
"value": null
}