Skip to content

Version 0.10.0

Compare
Choose a tag to compare
@spacemanspiff2007 spacemanspiff2007 released this 01 Nov 13:21
· 111 commits to master since this release
df0a701

Version 0.10.0

  • Configured logfiles get rotated on startup instead of deleted
  • added parameter "wait_for_openhab". If true HABApp will wait until items
    from openhab have been loaded before loading the rules
  • Param & Rule file loading is now event based:
    Reloading of both file types can be observed and triggered from within rules
  • Deprecated some functions and added deprecation warnings to the log
  • Error Processing is now event based, too. Removed WrappedFunction._ERROR_CALLBACK.
    Added an example how to process rule error messages in documentation
  • Prepared parameter file validation
  • Added some more documentation