Edit this page

RetrieveFeatureDesiredProperties

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/retrieve",
  "headers": {
    "correlation-id": "<command-correlation-id>"
  },
  "path": "/features/accelerometer/desiredProperties"
}

RetrieveFeatureDesiredPropertiesResponse

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/retrieve",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/features/accelerometer/desiredProperties",
  "value": {
    "x": 4,
    "y": 3,
    "z": 5,
    "unit": "g"
  },
  "status": 200
}