node-switchbot 2.1.2-beta.12 → 2.1.2-beta.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,9 +11,9 @@ export class WoSmartLockPro extends SwitchbotDevice {
11
11
  _encryption_key;
12
12
  static COMMAND_GET_CK_IV = '570f2103';
13
13
  static COMMAND_LOCK_INFO = '570f4f8102';
14
- static COMMAND_UNLOCK = '0f4e0101000180';
15
- static COMMAND_UNLOCK_NO_UNLATCH = '570f4e010110a0';
16
- static COMMAND_LOCK = '0f4e0101000100';
14
+ static COMMAND_UNLOCK = '0f4e0101000080';
15
+ static COMMAND_UNLOCK_NO_UNLATCH = '0f4e01010000a0';
16
+ static COMMAND_LOCK = '0f4e0101000000';
17
17
  static COMMAND_ENABLE_NOTIFICATIONS = '0e01001e00008101';
18
18
  static COMMAND_DISABLE_NOTIFICATIONS = '0e00';
19
19
  static Result = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-switchbot",
3
- "version": "2.1.2-beta.12",
3
+ "version": "2.1.2-beta.13",
4
4
  "description": "The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE).",
5
5
  "homepage": "https://github.com/OpenWonderLabs/node-switchbot",
6
6
  "author": "OpenWonderLabs (https://github.com/OpenWonderLabs)",
@@ -55,6 +55,6 @@
55
55
  "rimraf": "^5.0.7",
56
56
  "ts-node": "^10.9.2",
57
57
  "typescript": "^5.4.5",
58
- "typescript-eslint": "^8.0.0-alpha.28"
58
+ "typescript-eslint": "^8.0.0-alpha.29"
59
59
  }
60
60
  }