Skip to content

Releases: mwittig/node-milight-promise

20170316, V0.1.1

Choose a tag to compare

@mwittig mwittig released this 20 Mar 10:44
  • Added invertValue parameter to full color saturation command. This may be set to true to get a proper percentage saturation. Note, the native Milight saturation value is inverted, where 0 is maximum saturation.
  • Fixed full color rgb command which did not provide the proper hue for red (#ff0000).
  • Added helper function rgbToFullColorHsv()
  • Added more tests

20170123, V0.1.0

Choose a tag to compare

@mwittig mwittig released this 20 Mar 10:43
  • Added support for the new WiFi Bridge protocol v6.0

20160513, V0.0.9

Choose a tag to compare

@mwittig mwittig released this 13 May 10:43
  • Bug fix: Brightness level never reached maximum brightness for RGBW
  • Bug fix: With commandRepeat > 1 stacked commands were sent in wrong order
  • Bug fix: Broadcast mode wasn't set automatically with a network-specific
    broadcast ip address
  • Added rgbw.brightness2() which maps brightness 0-100 to 22 levels
  • Added support for using 2-byte command sequences
  • Changed default command delay and repeat values
  • Updated examples

20160503, V0.0.8

Choose a tag to compare

@mwittig mwittig released this 03 May 19:51
  • Bug fix: hue value not converted to hex in rgb.hue()
  • Bug fix: Fixed array value checks of MilightController
  • Bug fix: Close discovery socket on error.Test fixture.
  • Improved error handling
  • Improved test coverage

20160503, V0.0.7

Choose a tag to compare

@mwittig mwittig released this 02 May 23:39
  • Added bridge discovery function
  • Dependency update

20160409, V0.0.6

Choose a tag to compare

@mwittig mwittig released this 09 Apr 13:19
  • Dependency update
  • Made "lodash.flattendeep" a "devDependency" as it should
  • Moved release history to separate file
  • Added license info to README

20160305, V0.0.5

Choose a tag to compare

@mwittig mwittig released this 09 Apr 13:18
  • Replaced deprecated use of Promise.settle()
  • Added baseline for automated builds and tests (travis, istanbul, coveralls)
  • Added some tests cases

20151219, V0.0.4

Choose a tag to compare

@mwittig mwittig released this 18 Dec 23:55
  • New example code for RGBW and WW/CW bulbs
  • Revised README

20150901, V0.0.3

Choose a tag to compare

@mwittig mwittig released this 31 Aug 22:26
  • Corrected commands, added RGBW night mode, and cleanup - big thanks to @dotsam for his contribution!
  • Revised license information to provide a SPDX 2.0 license identifier according to npm v2.1 guidelines on license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0

20150510, V0.0.2

Choose a tag to compare

@mwittig mwittig released this 10 May 19:04
  • Improved and simplified synchronization of command sequences
  • Added repeat mode to send each sequences multiple times