All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
The API is not yet locked-- it is under 1.0.0.
- Nothing yet.
- Nothing yet.
- Nothing yet.
- Nothing yet.
0.2.0 - 2015-11-18
BlyncLightManager#findAllBlyncLights()
has been added.
BlyncLight#setColor
can now take an Array. The array is presumed to contain three decimal RGB values, for example, to set red you pass:setColor([255, 0, 0])
BlyncLightManager#_blyncLightDevices
now returns devices in sorted order. This was changed because I noticed that devices were returned in random order fromHID.devices()
when I had two BlyncLights plugged in.
- Nothing yet.
BlyncLightManager#findfirstBlyncLight
has been removed. You can get the equivalent value withfindAllBlyncLights[0]
.
0.1.0 - 2015-11-15
Initial release.