FIWARE:IOTAgent JSON为现有设备添加新的atrtibute

时间:2017-10-10 05:05:57

标签: fiware fiware-orion

我在IOTAgent和Orion Context Broker上注册了一些设备。

是否可以在IOTAgent和Context Broker的已注册设备中添加新属性?

非常感谢您的帮助

最好的问候

1 个答案:

答案 0 :(得分:-1)

您可以使用:

POST /v2/entities (if the entity does not already exist) or POST /v2/entities/<id>/attrs?options=append (if the entity already exists).

否则,请查看最新的手册,特别是 appendStrict append 部分:Update action type