opensensorhub / osh-core

OpenSensorHub Core Modules
http://docs.opensensorhub.org
Mozilla Public License 2.0
32 stars 16 forks source link

[Bug] MQTT - Commands received by client lack ID attribute #236

Closed ChainReaction31 closed 6 months ago

ChainReaction31 commented 1 year ago

When receiving command data via MQTT, the response message lacks an ID for the command. See example response below

  "control@id": "l32tntfmdu9lg",
  "issueTime": "2023-03-15T20:25:05.234257Z",
  "userId": "api",
  "params": {
    "test-time": 0.0,
    "test-quantity": 10.0
  }
}
alexrobin commented 6 months ago

Fixed in 6626087