Version v0.9.1
- 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 tomudpi/relays/[relay_key]
- An exception is thrown if no
key
if found in config - A
name
will be generated from akey
if one is not provided
- The
- Sensors
-
key
is now be required - A
name
will be generated from akey
if one is not provided
-
- Controls
-
key
is now be required - A
name
will be generated from akey
if one is not provided
-
- Merge in Peerys Logger PR#12
- Increase debug logging capabilities
- Update sequences to use new logger