ModifyFeatureResponse

{
  "topic": "com.acme/xdk_53/things/twin/commands/modify",
  "headers": {},
  "path": "/features/accelerometer",
  "value": {
    "properties": {
      "x": 3.141,
      "y": 2.718,
      "z": 1,
      "unit": "g"
    }
  },
  "status": 201
}