Releases: thingzi/thingzi-logic-timers
Releases · thingzi/thingzi-logic-timers
v1.4.5
Fix bug where older nodes may fail some tests when using a time value that wraps
v1.4.4
Add the ability to reset active timers either by a particular message or a direct reset event.
v1.4.3
- Can now disable/enable of activity node via message
- Move sun event locations to bottom of node properties
v.1.4.0
- Adds a new node type "activity" which can be triggered by a given message, starting an extendable timer.
- Lat/Long display properly shown based on usage of sun events
- Limit offsets to +/- 180
v1.2.5
Bug fix: start and stop times passed via message now working
v1.2.4
Add support to schedule node to send an event every time the schedule is enabled or disabled.
v1.2.3
Crash fix for schedule node when selecting certain some types
v1.2.2
Switch out deprecated request library for needle
v1.2.1
- Fix issue with random offset causing multiple triggers
- Fix time range checks
- Allow offsets of 3 hours
v1.2.0
Improvements to the time check node including
- Can set time to check via message topic 'nowtime' using HH:mm
- Can set start time to check against via message topic 'starttime' using HH:mm
- Can set end time to check against via message topic 'endtime' using HH:mm
- Start & end times for checks can now be set to a global or context value
- Improved error handling and messaging
- Documentation updates