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
During export the gateway sets the interval type of the server to "start". This is correct for aggregated values.
For non aggregated values this might be incorrect. E.g. I have written a logger sketch which measures every 15 seconds and aggregates the values on the device. Every 5 minutes a aggregated value is saved with the current timestamp. So we have interval Type "end".
I would suggest to add a optional field "interval type" to the gateway (board + channel) as well. When this field is not set we could use "start" for aggregated values and "end" for non aggregated values.
The text was updated successfully, but these errors were encountered:
During export the gateway sets the interval type of the server to "start". This is correct for aggregated values.
For non aggregated values this might be incorrect. E.g. I have written a logger sketch which measures every 15 seconds and aggregates the values on the device. Every 5 minutes a aggregated value is saved with the current timestamp. So we have interval Type "end".
I would suggest to add a optional field "interval type" to the gateway (board + channel) as well. When this field is not set we could use "start" for aggregated values and "end" for non aggregated values.
The text was updated successfully, but these errors were encountered: