Hi,
I'm new to thinking cities framework, so it may be a very trivial question but I do not find solution in the documentation.
I got some devices that make measurements every hour save it, and the transmits all the data only once a day. I'm working on gateway service that should transmit that device's data to a thinking cities platform. Therefore I need to indicate a timestamp for each measure/observation as it always correspond to a observation made in the (recent) past.
It it a way to do it with any HTTP/MQTT and JSON/UL entry point ?
Thanks