Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@switchbot/homebridge-switchbot-ble

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@switchbot/homebridge-switchbot-ble - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

CHANGELOG.md

19

package.json
{
"name": "@switchbot/homebridge-switchbot-ble",
"version": "1.2.7",
"version": "1.2.8",
"description": "Homebridge integration for SwitchBot BLE series products",
"author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)",
"license": "ISC",

@@ -25,2 +26,3 @@ "files": [

"lint": "eslint src/**.ts",
"update": "npm update && npm install",
"watch": "npm run build && npm link && nodemon",

@@ -35,12 +37,11 @@ "build": "rimraf ./dist && tsc",

],
"author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)",
"devDependencies": {
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.16.0",
"eslint-plugin-prettier": "^3.3.0",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-plugin-prettier": "^3.3.1",
"homebridge": "^1.1.7",
"homebridge-config-ui-x": "^4.36.0",
"nodemon": "^2.0.6",
"nodemon": "^2.0.7",
"prettier": "^2.2.1",

@@ -53,4 +54,4 @@ "rimraf": "^3.0.2",

"@abandonware/noble": "^1.9.2-10",
"node-switchbot": "0.2.0"
"node-switchbot": "1.0.0"
}
}

@@ -98,21 +98,2 @@ <span align="center">

## Release Note
* v1.2.4 (2020-12-21)
* Support Homebridge config setting UI. (Thanks to [@donavanbecker](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/24))
* Fixed TypeError: this.config.devices is not iterable. (Thanks to [@donavanbecker](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/23))
* v1.2.3 (2020-11-30)
* Fixed the incorrect state of Bot in Home APP when control fails.
* Modify log messages. (Thanks to [@dnicolson](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/15))
* v1.2.2 (2020-11-19)
* Fixed Curtain state will not be updated in the Home APP.
* v1.2.1 (2020-11-12)
* Get temperature and humidity from Meter advertising periodically.
* v1.2.0 (2020-11-6)
* Add option for inverted curtain position. (Thanks to [@whatUwant](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/4))
* Fixed HomeKit control direction reversal issue.
* v1.1.0 (2020-10-29)
* Add support for Curtain.
* v1.0.1 (2020-10-22)
* First public release, supports Bot.
## Community

@@ -119,0 +100,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc