Skip to content

Releases: HolgerHees/openhab-addons

bug fix release

06 Feb 11:41
Compare
Choose a tag to compare
  • fixed memory leak on rule reloading (old script engine is properly closed)
  • fixed tranformation service 'PY3'
  • fixed log prefix
  • fixed lifecycleTracker
  • cleanups

postUpdate and sendCommand fixes

03 Feb 16:36
Compare
Choose a tag to compare

fixed postUpdate, postUpdateIfDifferent, sendCommand and sendCommandIfDifferent for openhab value types like UP/DOWN etc)

cleanups and metadata api changes

03 Feb 08:52
cd7372f
Compare
Choose a tag to compare
  • code cleanup of internal trigger validation
  • various helper lib code cleanups
  • added Registry.setItemMetadata and Registry.removeItemMetadata

Minor bug fix release

02 Feb 19:28
Compare
Choose a tag to compare

Fixed "Run Now" - UI in 4.3+

v0.3

27 Jan 08:12
Compare
Choose a tag to compare
  • rule decorator support for functions in addition to classes which allows much simpler rules
  • allow import of script modules in addition to lib modules
  • fixes for WebUI based rules (currently still not working because of another major bug )
  • internal graal binding cleanups and simplifications
  • cleanups in triggers helper module

@when and @onlyif support

23 Jan 11:11
Compare
Choose a tag to compare
  • implemented "when" and "onlyif" decorator support
  • Item.getPersistance renamed to Item.getPersistence
  • fixed TimeOfDayTrigger and DateTimeTrigger

v0.1

22 Jan 15:27
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

first public release