Skip to content

Releases: AlCalzone/node-tradfri-client

v0.8.3

22 Feb 14:51
Compare
Choose a tag to compare
  • 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

20 Feb 11:40
Compare
Choose a tag to compare
  • 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

06 Feb 15:37
Compare
Choose a tag to compare

Updated coap/dtls libs: Fixed an error in the cipher suite definitions

v0.7.0

28 Jan 20:23
68241c5
Compare
Choose a tag to compare
  • 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

10 Jan 16:49
Compare
Choose a tag to compare
  • (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

25 Dec 10:36
Compare
Choose a tag to compare
  • Update node-coap-client dependency to support receiving block-wise messages.

v0.5.0

20 Nov 21:21
Compare
Choose a tag to compare
  • 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

04 Nov 17:27
Compare
Choose a tag to compare
  • Reworked the observe api so it resides on TradfriClient now
  • Simplified operating lights