ModifyFeatureProperties
{
"topic": "com.acme/xdk_53/things/twin/commands/modify",
"headers": {},
"path": "/features/accelerometer/properties",
"value": {
"x": 3.141,
"y": 2.718,
"z": 1,
"unit": "g"
}
}
ModifyFeaturePropertiesResponse
{
"topic": "com.acme/xdk_53/things/twin/commands/modify",
"headers": {},
"path": "/features/accelerometer/properties",
"status": 204
}
FeaturePropertiesCreated
{
"topic": "com.acme/xdk_53/things/twin/events/created",
"headers": {},
"path": "/features/accelerometer/properties",
"value": {
"x": 3.141,
"y": 2.718,
"z": 1,
"unit": "g"
},
"revision": 1
}