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"
  }
}