Skip to content

Version v0.9.1

Compare
Choose a tag to compare
@olixr olixr released this 27 Oct 05:42
· 341 commits to master since this release
7e20255
  • Add way to trigger dynamic variables in messages to display
    • snippet replacement to redis key lookup
    • Provide a redis [key] between square brackets and it will be replaced with value
  • Add automation sequences to perform actions with delays between
    • Each step in sequence can have thresholds of its own
    • Can skip to next step using event
      • SequenceNextStep, SequencePreviousStep
      • If no duration is set then you must pass this event to toggle next step
    • Steps have an optional delay before triggering actions
    • Emits event on start and end of sequence
      • SequenceStarted, SequenceEnded
    • Emits event on each step of sequence
      • SequenceStepStarted, SequenceStepEnded
  • Relay Refactoring
    • The topic is no longer required. This will default to mudpi/relays/[relay_key]
    • An exception is thrown if no key if found in config
    • A name will be generated from a key if one is not provided
  • Sensors
    • key is now be required
    • A name will be generated from a key if one is not provided
  • Controls
    • key is now be required
    • A name will be generated from a key if one is not provided
  • Merge in Peerys Logger PR#12
    • Increase debug logging capabilities
    • Update sequences to use new logger