Skip to content

Releases: MiSchroe/klf-200-api

v3.3.0

06 Feb 14:54
Compare
Choose a tag to compare

What's Changed

  • Enhance Group classes to support rooms by @MiSchroe in #97

Full Changelog: v3.2.0...v3.3.0

v3.2.0

06 Feb 09:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.3...v3.2.0

v3.1.3

18 Oct 09:48
Compare
Choose a tag to compare

What's Changed

  • Update dependencies to newest versions by @MiSchroe in #62

Full Changelog: v3.1.2...v3.1.3

Release v3.1.2

07 Mar 15:05
Compare
Choose a tag to compare

Fixes:

  • #56 Fix reading more than one scene.

Release v3.1.1

02 Dec 01:36
Compare
Choose a tag to compare

Fixes:

  • #52 Fix wrong timestamp in product.

Release v3.1.0

02 Dec 00:28
Compare
Choose a tag to compare

Enhancements:

  • #24 Add refreshScenes() method to re-read scenes data from the gateway
  • #27 Add refresh() method to re-read object data from the gateway
  • #28 Add methods and properties for product limitations.
  • #41 Add additional default parameters to methods.
  • #50 Add handler to log frames that are sent to the KLF 200.

Fixes:

  • Fix security audit dependencies (#32, #35, #37)

Release v3.0.4

27 Jul 13:16
Compare
Choose a tag to compare

Fixes:

  • #20 Fix GW_GET_NODE_INFORMATION_NTF and GW_GET_ALL_NODES_INFORMATION_NTF
  • #21 Fix GW_GET_LIMITATION_STATUS_REQ
  • Fix security audit dependencies

v3.0.3

18 Jun 22:34
Compare
Choose a tag to compare

Fixes:

  • #25: Blocked execution on reading scenes, products or groups if the resulting list would have been empty

v3.0.2

05 Jun 13:01
Compare
Choose a tag to compare

Fixes:

  • #22 Uncaught exception in loginAsync

v3.0.1

04 Jun 00:03
Compare
Choose a tag to compare

Fixes:

  • #12 Wrong password in the README.md
  • #16 Handle closed connections
  • Fix some dependency vulnerabilities