Skip to content

Releases: AlCalzone/node-tradfri-client

v0.12.1

Choose a tag to compare

@AlCalzone AlCalzone released this 18 Mar 09:34
  • Added automatic retrying of the initial connection (if already authenticated)

v0.12.0

Choose a tag to compare

@AlCalzone AlCalzone released this 17 Mar 21:59
  • Fix rounding and hue/saturation when using raw CoAP values
  • Experimental support for automatic connection watching and reconnection

v0.11.0

Choose a tag to compare

@AlCalzone AlCalzone released this 17 Mar 21:58

WARNING: BREAKING CHANGES!

  • BREAKING: The connect() method now either resolves with true or rejects with an error detailing why the connection failed.
  • The error thrown by authentication() now correctly reflects why the authentication failed.
  • Swallow "DTLS handshake timed out" promise rejections and emit an "error" instead

v0.10.1

Choose a tag to compare

@AlCalzone AlCalzone released this 15 Mar 20:26
  • Ensure all changes are being sent when using the simplified API for groups.

v0.10.0

Choose a tag to compare

@AlCalzone AlCalzone released this 15 Mar 20:26
  • Swallow "CoapClient was reset" promise rejections and emit an "error" instead
  • Avoid sending 5712: null in payloads when a group's transition time is null for some reason

v0.9.1

Choose a tag to compare

@AlCalzone AlCalzone released this 09 Mar 22:14

Fix properties which are wrongly reported by the gateway

v0.9.0

Choose a tag to compare

@AlCalzone AlCalzone released this 09 Mar 13:44

Added gateway discovery with timeout and tests

v0.8.7

Choose a tag to compare

@AlCalzone AlCalzone released this 08 Mar 18:55
  • Greatly enhanced test coverage
  • Fixed some minor issues found by the new tests

v0.8.6

Choose a tag to compare

@AlCalzone AlCalzone released this 07 Mar 17:38

Published bugfixes that should have been live already.

v0.8.5

Choose a tag to compare

@AlCalzone AlCalzone released this 27 Feb 15:41
  • updated node-coap-client
  • Fixed Group.activateScene when the scene was already selected