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
sequencesto 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
durationis set then you must pass this event to toggle next step
-
- Steps have an optional
delaybefore triggering actions - Emits event on start and end of sequence
-
SequenceStarted,SequenceEnded
-
- Emits event on each step of sequence
-
SequenceStepStarted,SequenceStepEnded
-
- Relay Refactoring
- The
topicis no longer required. This will default tomudpi/relays/[relay_key] - An exception is thrown if no
keyif found in config - A
namewill be generated from akeyif one is not provided
- The
- Sensors
-
keyis now be required - A
namewill be generated from akeyif one is not provided
-
- Controls
-
keyis now be required - A
namewill be generated from akeyif one is not provided
-
- Merge in Peerys Logger PR#12
- Increase debug logging capabilities
- Update sequences to use new logger