Skip to content

1.0.11: enhancement

Compare
Choose a tag to compare
@Hypnos3 Hypnos3 released this 27 Feb 21:35
· 403 commits to master since this release
01fa934

1.0.11: BugFix + enhancement

  • general

    • hopefully fixed #102 - massive changes in the library with cleanup lot of functions
      • maybe fixes also #98
    • fixed and reworked caching of calculated sunTimes, MoonTimes
  • blind-control + clock-time

    • documentation + i18n
    • add start delay setting where a time can be defined where no output
      • if in startup delay, the reason code is set to NaN and node state, reason description stated that node is in startup
    • after startup delay ended default output will be send (due to reason code change)
    • implement #92 additional date restriction
  • time-inject

    • fixes that time inject will do a recalculation every 1 ms (Problem can only occurs if the time constraints are used.) #106
    • implement #92 additional date restriction
  • within-time

    • implement #92 additional date restriction
  • sun-position + moon-position

    • implements #81 - now it is possible to have msg.latitude and msg.longitude (or msg.lat and msg.lon) to override settings in configuration node. The configuration Node still needs to be configured properly.