iotagent-json
iotagent-json copied to clipboard
IoT Agent for a JSON based protocol (with HTTP, MQTT and AMQP transports)
fix for https://github.com/telefonicaid/iotagent-json/issues/825 and needs https://github.com/telefonicaid/iotagent-node-lib/pull/1607 - [x] Mock tests about multiple measures should be updated (now instead of several /v2/op/update just one is sent)
### IoT Agent JSON version the issue has been seen with 1.20 ### Bound or port used (API interaction) Northbound (Provision API and NGSI Interactions) ### NGSI version NGSIv2 ###...
### Component Feature enhancement ### Is your feature request related to a problem? Please describe When sending a multimeasure like this: ``` [ {"TimeInstant": "2024-04-10T10:00:00Z","temperatureExitLevel": 14,"flowExitLevel": 18,"vol":5}, {"TimeInstant": "2024-04-10T10:05:00Z","temperatureExitLevel": 12,"flowExitLevel":...
This PR does not modify current commands based on CB registrations. It's backward compatible and adds a new way of receive command through a CB notification. related and needs https://github.com/telefonicaid/iotagent-node-lib/pull/1560...
### IoT Agent JSON version the issue has been seen with 3.1.0 ### Bound or port used (API interaction) Southbound (Devices data API) ### NGSI version NGSIv2 ### Are you...
Not sure if this test should be added here or not @mapedraza
### IoT Agent JSON version the issue has been seen with latest ### Bound or port used (API interaction) Southbound (Devices data API) ### NGSI version NGSIv2 ### Are you...
Add curl tool inside all docker telefonicaid objects
Twin [PR](https://github.com/telefonicaid/iotagent-ul/pull/624), same changes.