Skip to content

Commit

Permalink
Merge pull request #1522 from telefonicaid/AlvaroVega-patch-1
Browse files Browse the repository at this point in the history
Update api.md
  • Loading branch information
fgalan authored Nov 7, 2023
2 parents e0055b2 + 052eeae commit 95435fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
- [Measurement transformation execution](#measurement-transformation-execution)
- [Measurement transformation order](#measurement-transformation-order)
- [Multientity measurement transformation support (`object_id`)](#multientity-measurement-transformation-support-object_id)
- [Timestamp Compression](#timestamp-compression)
- [Timestamp Processing](#timestamp-processing)
- [Overriding global Context Broker host](#overriding-global-context-broker-host)
- [Multitenancy, FIWARE Service and FIWARE ServicePath](#multitenancy-fiware-service-and-fiware-servicepath)
Expand Down Expand Up @@ -944,13 +943,6 @@ Will now generate the following NGSI v2 payload:
}
```

## Timestamp Compression

This functionality changes all the timestamp attributes found in the entity, and all the timestamp metadata found in any
attribute, from the basic complete calendar timestamp of the ISO8601 (e.g.: 20071103T131805) to the extended complete
calendar timestamp (e.g.: +002007-11-03T13:18). The middleware expects to receive the basic format in updates and return
it in queries (and viceversa, receive the extended one in queries and return it in updates).

## Timestamp Processing

The IOTA processes the entity attributes looking for a `TimeInstant` attribute. If one is found, for NGSI v2, then it
Expand Down

0 comments on commit 95435fd

Please sign in to comment.