ModifyFeatures

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

ModifyFeaturesResponse

{
  "topic": "com.acme/xdk_53/things/twin/commands/modify",
  "headers": {},
  "path": "/features",
  "value": null,
  "status": 204
}

FeaturesModified

{
  "topic": "com.acme/xdk_53/things/twin/events/modified",
  "headers": {},
  "path": "/features",
  "value": {
    "accelerometer": {
      "properties": {
        "x": 3.141,
        "y": 2.718,
        "z": 1,
        "unit": "g"
      }
    }
  },
  "revision": 1
}