I am trying to send the below sensor values from the registered device in Hono to Ditto in order to form the digital twin of the registered device.
I am using the below command.
curl -X POST -i -u sensor10@tenantAllAdapters:mylittlesecret -H 'Content-Type: application/json' -d '{"temp": 2307, "hum": 40000}' http://localhost:8080/telemetry
HTTP/1.1 202 Accepted
content-length: 0
I am able to receive the data in Ditto. How can I get to know the all the historical values that are send from the device to Ditto over a period of time.