Releases: AlCalzone/node-tradfri-client
Releases · AlCalzone/node-tradfri-client
v0.8.3
- Removed the recently-added payload merging because it did more harm than good
- Fixed
Group.activateScene
when the lights are turned off
v0.8.2
- Use the
hue
and saturation
CoAP properties directly instead of colorX/Y
- Force
hue
and saturation
to appear in pairs in the sent payload
- Support floating point numbers as property values
v0.7.1
Updated coap/dtls libs: Fixed an error in the cipher suite definitions
v0.7.0
- Support using raw CoAP values instead of the simplified scales for many properties.
- Use the colorTemperature CoAP property directly instead of colorX/Y
v0.5.6
- (AlCalzone) Added stub property for IPSO key 5717 in Light objects to remove warnings for Gateway v1.3.14
- (AlCalzone) Fixed a null reference in observeGroups_callback() [v0.5.5]
v0.5.4
- Update node-coap-client dependency to support receiving block-wise messages.
v0.5.0
- Fixed some checks in the simplified API for lights
- The promises returned by observeDevices and observeGroupsAndScenes now only resolve after all devices or groups and scenes have been received
- Simplified operating groups
v0.4.0
- Reworked the observe api so it resides on TradfriClient now
- Simplified operating lights