Skip to content

Releases: ArndBrugman/huepi

Version 1.2.2

02 Apr 07:29
Compare
Choose a tag to compare

hotfix jquery oposed to jQuery in NodeJS

Version 1.2.1

31 Mar 16:20
Compare
Choose a tag to compare

Patched _BridgeCacheSelectFromLocalBridges

Version 1.2.0

23 Mar 16:59
Compare
Choose a tag to compare

Added multiple new Helpers
Added support for new candle hue bulbs
PortalDiscoverLocalBridges and NetworkDiscoverLocalBridges now select a cached bridge via huepi.prototype._BridgeCacheSelectFromLocalBridges
Removed huepi.HelperHuetoHueAng

Version 1.1.0

02 Mar 16:05
Compare
Choose a tag to compare

Version 1.1.0
module

Added support for LTW Including automatic conversions

24 Jan 10:27
Compare
Choose a tag to compare

HotFix BridgeCreateUser
Bugfix for huepi.prototype.LightSetXY for xy incapable lights.
Added RGB TO CT
Added support for Color temperature light (LTW*)
Added Optional Timeout on BridgeGetConfig
Minor changes to Scanning, Aborting & Discovery
Cancel BridgeScan added
validated with joshing & Docs updated with jsdoc
timeout for Bridgeconfig raised to 2500 ms
added huepi.prototype.NetworkDiscoverLocalBridges
refined detection of nodejs
Added detection of domino window setTimeout Time to remove temporary fix

Version 1.0.2 NodeJS compatible again :)

08 Feb 18:02
Compare
Choose a tag to compare

1.0.2

replaced dependency back to domino 1.x.x from jsdom 8.x.x for Node.js because it takes less dependencies and as such is more reliable over platforms for now. jsdom has too many dependencies to easily handle on multiple platforms.
Domino is simpler. temporary timeOut and Interval functions added for JQuery until these are available in domino window

Changed Whitlisting on Bridge as required by Philips as of 1-2-2016

13 Dec 11:54
Compare
Choose a tag to compare

Changed Whitlisting on Bridge as required by Philips as of 1-2-2016
REMOVED this.BridgeUsernameWhitelisted as this is now implicit on BridgeGetData succes
Added BridgeGetConfig to retreive BridgeID, Name etc without whitlisting
Added BridgeCache to store and retreive Usernames by BridgeID
Including BridgeCache Save & Load Functions

  • NOTE: Saving this cache might be considered a security issue
    To counter this security issue, arrange your own load/save code with proper encryption

FIxed Redirect

29 Mar 11:48
Compare
Choose a tag to compare

PortalDiscoverLocalBridges now follows redirects

Using Matrices from RGB to XYZ [M] for sRGB D65 from http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html
renamed This. to self.
added HelperXYtoRGBforModel

V0.9.6 Unifying RGB values to ranges [0..1] over the Helper functions

24 Feb 08:20
Compare
Choose a tag to compare

Clear [0..1] values for all RGB Helper Functions
No more Math.round in Helper color conversions
Math.round moved to LightState.set functions

V0.95 huepi lowercased to be more in line with modules and actual product name

15 Feb 16:45
Compare
Choose a tag to compare

huepi is now lowercased to be in line with both modules conventions and the actual Philips product name

Added documentation and added Get functions for the Scenes, Schedules, Sensors and Rules.

This version is a nice stable and documented one, so don't be affraid to start and play with it.
Thx.