telefonicaid / iotagent-node-lib

Module to enable IoT Agent developers to build custom agents for their devices that can easily connect to NGSI Context Brokers
https://iotagent-node-lib.rtfd.io/
GNU Affero General Public License v3.0
59 stars 84 forks source link

Update api.md: timestamp format when measure #1538

Closed AlvaroVega closed 5 months ago

fgalan commented 7 months ago

Let's keep this PR on hold until the behaviour on how manage TimeInstant get clarified.

AlvaroVega commented 7 months ago

Maybe we should add the follwing table to doc: (taken from https://github.com/telefonicaid/iotagent-node-lib/issues/1404)

timeInstant conf value measure contains TimeInstant Behaviour
true Yes TimeInstant and metadata updated with measure value
true No TimeInstant and metadata updated with server timestamp
false Yes TimeInstant and metadata updated with measure value
false No TimeInstant and metadata updated with server timestamp
Not defined Yes TimeInstant and metadata updated with measure value
Not defined No TimeInstant and metadata updated with server timestamp