Releases: ArndBrugman/huepi
Version 0.90 NodeJS Compatible Module
HUEPI API is maturing
Implementation made compatible with NodeJS
requires http, jsdom, jquery
V0.62
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
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
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
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
Renamed deeper namespaces to top namespace so HUEPI becomes one Object; e.g. Group.SetOn() -> GroupSetOn()
V0.1: Initial Checkin 0.1
Initial Checkin after local cleanup.
Loads to improve and Add but for now Bridge, Config, Lights and Groups do what I need.