Skip to content

v1.2.0

Compare
Choose a tag to compare
@rkoshak rkoshak released this 07 Feb 22:25
· 135 commits to main since this release
a5bb6f3

What's Changed

  • Use createTimer instead of createTimerWithArgument by @florian-h05 in #76
  • Added rewrite of the Thing Status Reporting rule template using ECMAScript 2021 for OH 4 by @rkoshak in #77
  • Added rewrite of the Debounce rule template using ECMAScript 2021 for OH 4 by @rkoshak (I forgot to make a PR and merged straight into main)
  • Added rewrite of the Time Based State Machine using ECMAScript 2021 for OH 4 by @rkoshak (I forgot to make a PR and merged straight into main)
  • Added checkGrpAndMetadata to helpers.js and exposed it to be used by rule templates to validate Item configs for rule templates like Debounce and Time Based State Machine by @rkoshak (I forgot to make a PR and merged straight into main)

As of this release the library depends on openhab-js 4.0 or later.

Full Changelog: v1.1.4...v1.2.0