Skip to content

Releases: thingzi/thingzi-logic-timers

v1.4.5

20 Nov 01:06
Compare
Choose a tag to compare

Fix bug where older nodes may fail some tests when using a time value that wraps

v1.4.4

04 Nov 21:44
Compare
Choose a tag to compare

Add the ability to reset active timers either by a particular message or a direct reset event.

v1.4.3

01 Oct 23:39
Compare
Choose a tag to compare
  • Can now disable/enable of activity node via message
  • Move sun event locations to bottom of node properties

v.1.4.0

01 Oct 22:11
Compare
Choose a tag to compare
  • 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

27 Sep 19:27
Compare
Choose a tag to compare

Bug fix: start and stop times passed via message now working

v1.2.4

12 May 19:32
Compare
Choose a tag to compare

Add support to schedule node to send an event every time the schedule is enabled or disabled.

v1.2.3

07 May 07:31
Compare
Choose a tag to compare

Crash fix for schedule node when selecting certain some types

v1.2.2

07 Mar 18:30
Compare
Choose a tag to compare

Switch out deprecated request library for needle

v1.2.1

27 Feb 20:15
Compare
Choose a tag to compare
  • Fix issue with random offset causing multiple triggers
  • Fix time range checks
  • Allow offsets of 3 hours

v1.2.0

19 Feb 09:56
e8c542b
Compare
Choose a tag to compare

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