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
To simplify value interface implementation, and use, I would like to suggest collapsing LastKnownValue and HistoricalValue into a single interface (name TBD), where the only query difference is the time range specification.
To query the last known value, omit the time range query parameter(s). Response MUST be a single-item array.
To query a point in the past, or a time range, specify the time range query parameter(s). Response MUST be at least a single-item array, but will most likely be a multi-item array, ordered by timestamp.
The text was updated successfully, but these errors were encountered:
To simplify value interface implementation, and use, I would like to suggest collapsing LastKnownValue and HistoricalValue into a single interface (name TBD), where the only query difference is the time range specification.
To query the last known value, omit the time range query parameter(s). Response MUST be a single-item array.
To query a point in the past, or a time range, specify the time range query parameter(s). Response MUST be at least a single-item array, but will most likely be a multi-item array, ordered by timestamp.
The text was updated successfully, but these errors were encountered: