Dmx Hue Versions Save

:traffic_light: Art-Net node to control Philips Hue lights with DMX

3.0.0

6 months ago

3.0.0 (2023-11-05)

Bug Fixes

  • catch ligh state change errors (fix #44) (e8c21c8)

  • chore!: update packages (a7bc8fe)

BREAKING CHANGES

  • requires Node >= 18

2.0.1

10 months ago

2.0.1 (2023-07-18)

Bug Fixes

  • allow lightOrder property to be either ints or strings (#41) (ec951f3)
  • regression causing config params to be ignored (closes #41) (5bcf09c)

2.0.0

11 months ago

2.0.0 (2023-06-28)

Bug Fixes

  • add missing white control prompt during setup (a7910b0)

  • argument fallback (fixes || does not work if first value is 0 and second is 1. #26) (b309903)

  • crash when colorloop is enabled (8eece1e)

  • parameters restore during config (074c211)

  • chore!: remove --no-limit option (dc0a231)

  • refactor!: migrate to esm (b5815d6)

Features

  • add --white option for optional white balance control (03aba91)
  • add white balance support (#30) (fc71e98)
  • allow other ART-NET apps on same machine (#35) (d78dd48)
  • allow selection when multiple bridges are found (e07d569)
  • update hue api (734d700)

Reverts

  • Revert "chore!: remove --no-limit option" (f1fdadb)

BREAKING CHANGES

  • remove --no-limit option
  • Requires Node >= 16

1.4.2

2 years ago

1.4.2 (2021-07-06)

Bug Fixes

  • correct hue-dmx to dmx-hue (373e81c)