Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 310 Bytes

File metadata and controls

20 lines (19 loc) · 310 Bytes

ModifyFeaturesResponse

{
  "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"
      }
    }
  },
  "status": 201
}