Skip to content

Releases: micha149/node-red-contrib-shadow-check

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 09:16

Patch Changes

  • 0f6f046: Validate configuration values for plausibility instead of only checking that
    they are finite numbers. Width and height must now be greater than 0, the
    distance values (inset, overhang, overhang offsets) must be 0 or greater, and
    the window azimuth must be between 0 and 360 degrees. This also fixes a case
    where a negative width or height could make a fully shaded window report as
    fully sunlit.
  • 018be32: Prevent the output from flapping at the shadow edge. The node now decides "sun
    shines into the window" based on the sunlit area fraction (more than 5 % of the
    window lit) instead of whether any single window corner is lit. Previously an
    infinitesimal sliver at one corner could briefly toggle the output, causing
    shutters to move down, up, and down again within a few minutes.

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 13 May 17:03
e2f9e5a

Patch Changes

  • 53eb4b6: Add installation and usage examples to README

Alpha 3

Alpha 3 Pre-release
Pre-release

Choose a tag to compare

@micha149 micha149 released this 05 Nov 06:04
0eb61f9
Merge pull request #3 from micha149/micha149-actions-workflow-test

Add example workflow

Alpha 2

Choose a tag to compare

@micha149 micha149 released this 27 May 21:36
1d23794
1.0.0-alpha.2

Update main.workflow

Alpha 1

Alpha 1 Pre-release
Pre-release

Choose a tag to compare

@micha149 micha149 released this 27 May 21:25
e0c9d2d
1.0.0-alpha.1

Create github actions workflow