FIWARE / tutorials.IoT-Agent-JSON

:orange_book: FIWARE 204: Provisioning the JSON IoT Agent
https://fiware-iotagent-json.readthedocs.io/
MIT License
6 stars 9 forks source link

Possible error in the tutorial #8

Closed a39172 closed 1 year ago

a39172 commented 1 year ago

Is this PATCH request to the IoT agent possible? Does the IoT agent have such an endpoint?

jason-fox commented 1 year ago

If the IoT Agent is running in NGSI-LD or "mixed" modes, then the router will set up a listener for actuation requests, you can find the code here: see contextServer-NGSI-LD.js#L48

If you are running an IoT Agent in NGSI-v2 mode, the endpoint won't be serviced.