Skip to content

0.3.25

Compare
Choose a tag to compare
@snowdd1 snowdd1 released this 18 May 18:57
· 38 commits to master since this release

Oops. Didn't do github releases for a while!
So this one covers:

0.3.25

  • martijndierkx contributed an MDTJalousieActuator handler in PR #167 - Big thanks to him!
  • I updated the SimpleGarageDoor handler to accept two new local constants: "ResetOpenDoorContactTime" and "ResetCloseDoorContactTime" in Milliseconds if you want to issue an KNX "0" after a givin time, in case you don't want or must not have a relay powered all the time. Fixes German issue 65 from homebridge-knx-de at [https://github.com/snowdd1/homebridge-knx-de/issues/65]
  • And I updated the handler API doc to reflect the changes from v0.3.21; Actually the SimpleGarageDoor handler uses the new init event.

0.3.24

  • patched configuration to default to knxd again. Fixes #162. See also changed documentation in knx_config.json.md

0.3.23

  • With PR #160 Luehrsen added the ability to have local add-in directories. I hope that you all still continue to share your add-ins ("handler"s) via PRs here, so that all of us can benefit from the developments.
  • Homebridge made a leap to version 1.0.0 - with bracking changes:
  • Dependency bump to current versions

0.3.22

  • thanks to Paul's PR #152, now knxd is not mandatory any more. Documentation will follow!
  • And he also fixed the typo in the GarageDoorAdvanced handler in #158.