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
openhab/openhab-core#3597 introduced support for persisting historic and future states using a time series.
Our library should add methods to the Item class to provide easy and convenient access to future Item states.
I can imagine having a future property similar to history of the Items class, with methods like nextState(skipEqual), stateAt(timestamp) and stateAtRange(timestamp, range).
The text was updated successfully, but these errors were encountered:
openhab/openhab-core#3597 introduced support for persisting historic and future states using a time series.
Our library should add methods to the Item class to provide easy and convenient access to future Item states.
I can imagine having a
future
property similar tohistory
of the Items class, with methods likenextState(skipEqual)
,stateAt(timestamp)
andstateAtRange(timestamp, range)
.The text was updated successfully, but these errors were encountered: