Skip to content

1.0.0: Initial release

Compare
Choose a tag to compare
@waldbaer waldbaer released this 25 Jan 21:49
· 73 commits to master since this release

Features

  • Central configuration of all known persistent values (states, config options, ...).
    • Dataypes: Bool, Number, String
    • Default value
    • Scope and Storage type
  • Node to read and write a concrete persistent value referenced via the config.
  • Configurable msg property for input of new persistent value or output of the current value.
  • Append the current persistent value as object attribute to an configurable msg property.
  • Block further flow processing (no output) if the current value matches with a configured rule.