ModifyFeatureProperties
{
"topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/modify",
"headers": {
"correlation-id": "<command-correlation-id>"
},
"path": "/features/accelerometer/properties",
"value": {
"x": 3.141,
"y": 2.718,
"z": 1,
"unit": "g"
}
}
ModifyFeaturePropertiesResponse
{
"topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/modify",
"headers": {
"correlation-id": "<preserved-command-correlation-id>"
},
"path": "/features/accelerometer/properties",
"status": 204
}
FeaturePropertiesModified
{
"topic": "org.eclipse.ditto/fancy-thing/things/twin/events/modified",
"headers": {
"correlation-id": "<preserved-command-correlation-id>"
},
"path": "/features/accelerometer/properties",
"value": {
"x": 3.141,
"y": 2.718,
"z": 1,
"unit": "g"
},
"revision": 1
}