You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returned data in the payload doesn't contains the timestamp of the measurement, which information by looking at the raw data (of the status node) seems to be available.
It would be useful to have it available in standard node, so data can be collected and stored in a database with the timestamp of the measurement instead of the timestamp of the database insertion time.
@otaviojr I see that you have started to add some timestamp. But it seems you are generating it using new Date().toISOString().
As a timestamp appear in the status node (as for example: status.components.main.contactSensor.contact.timestamp) I thought it was provided by the smartthing callback. That's the one provided by smartthing that would be useful. If none are provided by smartthings, I'm sorry to have open this issue.
Yep, for now, my problem is that only the status appears to have the timestamp. The event Smartthings send to us via webhook doesn't. I will get a better look into it.
Returned data in the payload doesn't contains the timestamp of the measurement, which information by looking at the raw data (of the status node) seems to be available.
It would be useful to have it available in standard node, so data can be collected and stored in a database with the timestamp of the measurement instead of the timestamp of the database insertion time.
I guess new payload would looks like:
The text was updated successfully, but these errors were encountered: