ModifyAttributes
{
"topic": "com.acme/xdk_53/things/twin/commands/modify",
"headers": {},
"path": "/attributes",
"value": {
"location": {
"latitude": 44.673856,
"longitude": 8.261719
}
}
}
ModifyAttributesResponse
{
"topic": "com.acme/xdk_53/things/twin/commands/modify",
"headers": {},
"path": "/attributes",
"value": null,
"status": 204
}
AttributesCreated
{
"topic": "com.acme/xdk_53/things/twin/events/created",
"headers": {},
"path": "/attributes",
"value": {
"location": {
"latitude": 44.673856,
"longitude": 8.261719
}
},
"revision": 1
}