Skip to content

v2.0.0

Compare
Choose a tag to compare
@donavanbecker donavanbecker released this 12 Oct 05:58
· 60 commits to latest since this release
20811cf

What's Changed

  • Moved from v1.0 to v1.1 of OpenAPI
  • Added Config that allows device(s) to be published as an external accessory.
  • Added connectionType config, this replaces the BLE config.
    • You can now select Both Connections, Only OpenAPI, Only BLE, or Disable.
      • Both will use BLE as the default connection and will use OpenAPI as a backup connection.
      • OpenAPI will only allow connections through the OpenAPI.
      • BLE will only allow connections through Bluetooth (BLE), .
      • Disable will disable all connections. This will also allow you to disable commands and refreshes for a specific device but leave it in HomeKit.
  • Added Support for Ceiling Light & Ceiling Light Pro
  • Fixes Smart Lock Issues fixed in v1.1 of OpenAPI. #462
    = Fixes excessive logging from node-switchbot. #435, #444, #446
  • Housekeeping and updated dependencies.

Full Changelog: v1.15.0...v2.0.0