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

Home Page:https://iotagent-node-lib.rtfd.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command support in autoprovisioned agents

fgalan opened this issue · comments

The library allows agents to be auto provisioned (based in existing configuration templates, previously created through configuration API) when such agents start sending measures.

However, commands are not supported for those autoprovisioned agents. Only explicitly provisioned agents (thorugh the provisioniong API) support commands at the present moment.

This issue is about suppoting commands (both poll and push) for autoprovisioned agents.

A clarification about the current status support has been added to README.md in PR #573. Of course, this note have to be removed once this issue gets implemented and closed.

Transport has been added to the autoprovision. Issue fixed.

Transport has been added to the autoprovision. Issue fixed.

Do we have any test in the e2e suite covering the case?