Releases: ArndBrugman/huepi
Version 1.2.2
hotfix jquery oposed to jQuery in NodeJS
Version 1.2.1
Patched _BridgeCacheSelectFromLocalBridges
Version 1.2.0
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
Version 1.1.0
module
Added support for LTW Including automatic conversions
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 :)
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
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
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
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
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.