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

[items] ItemHistory: Add `previousStateTimestamp` method #205

Closed florian-h05 closed 1 year ago

florian-h05 commented 1 year ago

Required for https://github.com/openhab/openhab-webui/issues/1597.

To Do

/cc @stefan-hoehn

florian-h05 commented 1 year ago

@digitaldan I am now using the internal import (as before), I was able to fix the problem with typedefs & JSDoc. This is ready for merging now.