Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Feb 19, 2024
1 parent ab52df5 commit fd8f1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ parameters defined at device level in database, the parameters are inherit from
In case of arriving measures with name `id` or `type`, they are automatically transformed to `measure_id` and
`measure_type` attributes at Context Broker update. The reason behind this is to avoid to collide with the original
entity ID and type, as mechanism that enable store measure values from parameters called with the same name. It only
applies to autoprovisioned attributes and is also available at JEXL context with the same name (`measure_id`or
applies to autoprovisioned attributes and is also available at JEXL context with the same name (`measure_id` or
`measure_type`).

In case of provisioning attributes using `id` or `type` as names (please don't do that ;), they are ignored.
Expand Down

0 comments on commit fd8f1cc

Please sign in to comment.