Skip to content

Releases: ArndBrugman/huepi

Version 0.90 NodeJS Compatible Module

03 Aug 15:54
Compare
Choose a tag to compare

HUEPI API is maturing
Implementation made compatible with NodeJS
requires http, jsdom, jquery

V0.62

06 Mar 16:26
Compare
Choose a tag to compare
V0.62 Pre-release
Pre-release

0.62
renamed
BridgeGet to BridgeGetData
GroupGet to GroupsGetData
LightGet to LightsGetData
UsernameWhitelisted to BridgeUsernameWhitelisted

0.61
LightSetCT = CT->RGB->XY to ignore Brightness in RGB
changed " string to ' string

V0.6 Changed HUEPI object notation from literal to protoype notation and CTtoRGB for models not supporting CT

24 Jan 08:34
Compare
Choose a tag to compare

Changed HUEPI object notation from literal to protoype notation to make a bigger difference between static helper methods and object interface
Group- and Light-SetColortemperature are set via SetCT now
Added HUEPI.HelperCTtoRGB to Allow ColorLights to be set with CT as RGB
GroupSetCT splits group into Light and calls LightSetCT per Light
LightSetCT looks up lamp Model and sets either CT or RGB based on Model
Note: Using Lightstate objects are not CT to RGB converted
PortalBridges[] is renamed to LocalBridges[]

v0.5 Implemented Promisses and Added LightSearch and Group Modification

18 Jan 14:01
Compare
Choose a tag to compare

Implemented Promisses by returning JQuery Promisses (Deffereds)
Declared local variables where applicable, cleaning up global namespace polution
Added LightsSearchForNew and LightsGetNew and LightSetName
Added GroupCreate GroupSetName GroupSetLights GroupSetAttributes GroupDelete
These need more testing ;-)

V0.4 Light&Group Set functions Lookup Light Model and use Refactured Helper Functions

12 Jan 13:36
Compare
Choose a tag to compare

Added Helper functions (refactured from 0.3)
HueAngSatBri HSB RGB for lights and groups are set via SetXY and SetBrightness
GroupSetXY splits group into Light and calls LightSetXY per Light
LightSetXY looks up lamp Model and applies Gamut Correction for Model
Note: Using Lightstate objects are not Gamut Corrected

V0.3 HUEPI is now an Object

11 Jan 14:50
Compare
Choose a tag to compare
Pre-release
Renamed deeper namespaces to top namespace so HUEPI becomes one Object;
e.g. Group.SetOn() -> GroupSetOn()

V0.1: Initial Checkin 0.1

22 Dec 14:31
Compare
Choose a tag to compare
Pre-release

Initial Checkin after local cleanup.

Loads to improve and Add but for now Bridge, Config, Lights and Groups do what I need.