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
Obviously if the timestamp is not included then all values should have the same timestamp, as given by when the data was received.
With the plaintext protocol... it might be a little more difficult. Perhaps we separate things with a special character, set by the user in trendlines.cfg? Any whitespace after the character is ignored. In this example, I'm using semicolon ;:
It would be very nice if we could send in multiple data points at once.
With JSON, it's probably pretty easy. Structure could look like:
Obviously if the timestamp is not included then all values should have the same timestamp, as given by when the data was received.
With the plaintext protocol... it might be a little more difficult. Perhaps we separate things with a special character, set by the user in
trendlines.cfg
? Any whitespace after the character is ignored. In this example, I'm using semicolon;
:The text was updated successfully, but these errors were encountered: