telefonicaid / iotagent-node-lib

Module to enable IoT Agent developers to build custom agents for their devices that can easily connect to NGSI Context Brokers
https://iotagent-node-lib.rtfd.io/
GNU Affero General Public License v3.0
59 stars 84 forks source link

allow receive commands by CB notifications #1560

Open AlvaroVega opened 5 months ago

AlvaroVega commented 5 months ago

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 issue https://github.com/telefonicaid/iotagent-node-lib/issues/1455