The stored record will automatically be assigned the timestamp 10:05:30.
Providing a Custom Timestamp
Zoho IoT allows you to override the default timestamp by including a custom timestamp in the payload. This enables you to store data with the exact time at which it was originally generated.
This is particularly useful when the edge device collects data at frequent intervals (e.g., every 5 minutes). But, transmits data in batches (e.g., once every 30 minutes).
For instance, if the device sends data at 10:30 AM containing readings collected at 10:05, 10:10, 10:15, 10:20, 10:25, and 10:30, each reading must include its corresponding timestamp using the data_ts key.
Example payloads:
This structure is not supported.
By including the data_ts field correctly, Zoho IoT ensures that time-series data is stored in the intended chronological order, even when messages are transmitted in batches.