openhab / openhab-js

openHAB JavaScript Library for JavaScript Scripting Automation
https://www.openhab.org/addons/automation/jsscripting/
Eclipse Public License 2.0
38 stars 31 forks source link

Add getAllStatesFrom and getAllStatesBetween to history #295

Closed rkoshak closed 7 months ago

rkoshak commented 10 months ago

There are two new actions on PersistenceExtensions that are missing in openhab-js. Both return a Java list of HistoryItems which I assume would need to be converted to the JS equivalents.