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