1.0.0
peter-murray
released this
26 Jan 20:53
·
365 commits
to typescript
since this release
- Massive refactoring of
LightState
which is a breaking change from version0.2.7
- LightState convenience functions to support simpler creation of new states
- Modified the way that RGB is converted to an XY value for light state objects
- Removed deprecated
HueApi.connect()
function - Added more convenience functions to
HueApi
to provide multiple language options and make functions
consistent (e.g.lightState()
andgetLightState()
) - Added scene API support
- Updated HTTP request library to 2.51.0
- Added timezone retrieval from the bridge
- Greatly increased test case coverage