-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [4.1.0](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v4.1.0) (2024-10-21) ### What's Changed - Add `Meter Pro` deviceType Support - Fix `node-switchbot` noble issue. - Housekeeping and updated dependencies. **Full Changelog**: v4.0.0...v4.1.0
- Loading branch information
1 parent
a10eb6b
commit fcc3c8e
Showing
5 changed files
with
555 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@switchbot/homebridge-switchbot", | ||
"displayName": "SwitchBot", | ||
"type": "module", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.", | ||
"author": "SwitchBot <[email protected]> (https://github.com/SwitchBot)", | ||
"contributors": [ | ||
|
@@ -81,7 +81,7 @@ | |
"async-mqtt": "^2.6.3", | ||
"fakegato-history": "^0.6.5", | ||
"homebridge-lib": "^7.0.9", | ||
"node-switchbot": "^3.1.2-beta.5", | ||
"node-switchbot": "^3.2.1", | ||
"rxjs": "^7.8.1" | ||
}, | ||
"devDependencies": { | ||
|
@@ -90,7 +90,7 @@ | |
"@types/debug": "^4.1.12", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/mdast": "^4.0.4", | ||
"@types/node": "^22.7.7", | ||
"@types/node": "^22.7.8", | ||
"@types/semver": "^7.5.8", | ||
"@types/source-map-support": "^0.5.10", | ||
"@vitest/coverage-v8": "^2.1.3", | ||
|
Oops, something went wrong.