Skip to content

Commit

Permalink
Update api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Jul 3, 2023
1 parent 56a8497 commit e9af104
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ described in the [Device datamodel](#device-datamodel) section.

If devices are not pre-registered, they will be automatically created when a measure arrives to the IoT Agent - this
process is known as autoprovisioning. The IoT Agent will create an empty device with the group `apiKey` and `type` - the
associated document created in database doesn't include config group parameters (`timestamp` and `explicitAttrs` in
particular). The IoT Agent will also create the entity in the Context Broker if it does not exist yet.
associated document created in database doesn't include config group parameters (in particular, timestamp, explicitAttrs,
active or attributes, static and lazy attributes and commands). The IoT Agent will also create the entity in the
Context Broker if it does not exist yet.

This behavior allows that autoprovisioned parameters can freely established modifying the device information after
creation using the provisioning API. However, note that if a device (autoprovisioned or not) doesn't have these
Expand Down

0 comments on commit e9af104

Please sign in to comment.