Skip to content

Releases: mwittig/node-milight-promise

20170316, V0.1.1

20 Mar 10:44
Compare
Choose a tag to compare
  • 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

20 Mar 10:43
Compare
Choose a tag to compare
  • Added support for the new WiFi Bridge protocol v6.0

20160513, V0.0.9

13 May 10:43
Compare
Choose a tag to compare
  • 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

03 May 19:51
Compare
Choose a tag to compare
  • 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

02 May 23:39
Compare
Choose a tag to compare
  • Added bridge discovery function
  • Dependency update

20160409, V0.0.6

09 Apr 13:19
Compare
Choose a tag to compare
  • 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

09 Apr 13:18
Compare
Choose a tag to compare
  • Replaced deprecated use of Promise.settle()
  • Added baseline for automated builds and tests (travis, istanbul, coveralls)
  • Added some tests cases

20151219, V0.0.4

18 Dec 23:55
Compare
Choose a tag to compare
  • New example code for RGBW and WW/CW bulbs
  • Revised README

20150901, V0.0.3

31 Aug 22:26
Compare
Choose a tag to compare
  • 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

10 May 19:04
Compare
Choose a tag to compare
  • Improved and simplified synchronization of command sequences
  • Added repeat mode to send each sequences multiple times