Skip to content

Commit

Permalink
Update doc/api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mapedraza authored Aug 5, 2024
1 parent e1b6e81 commit 762c37d
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 @@ -1052,8 +1052,9 @@ Will now generate the following NGSI v2 payload:
As part of the device to entity mapping process, the IoT Agent creates and updates automatically a special timestamp
attribute called `TimeInstant`. This timestamp is represented as two different properties of the mapped entity:

- In the case of NGSI-v2, a `TimeInstant` **metadata** is added in each updated attribute. With NGSI-LD, the Standard
`observedAt` property-of-a-property is used instead.
- An attribute `TimeInstant` is added to updated entities in the case of NGSI-v2, which captures as an ISO8601
timestamp when the associated measurement was observed. With NGSI-LD, the Standard
`observedAt` property is used instead

- With NGSI-v2, an attribute metadata named `TimeInstant` per dynamic attribute mapped, which captures as an ISO8601
timestamp when the associated measurement (represented as attribute value) was observed. With NGSI-LD, the Standard
Expand Down

0 comments on commit 762c37d

Please sign in to comment.