v2.0.0
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 theBLE
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.
- You can now select Both Connections, Only OpenAPI, Only BLE, or Disable.
- 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