ModifyAttribute
{
"topic": "com.acme/xdk_53/things/twin/commands/modify",
"headers": {},
"path": "/attributes/location",
"value": {
"latitude": 44.673856,
"longitude": 8.261719
}
}
ModifyAttributeResponse
{
"topic": "com.acme/xdk_53/things/twin/commands/modify",
"headers": {},
"path": "/attributes/location",
"status": 204
}
AttributeModified
{
"topic": "com.acme/xdk_53/things/twin/events/modified",
"headers": {},
"path": "/attributes/location",
"value": {
"latitude": 44.673856,
"longitude": 8.261719
},
"revision": 1
}