node-switchbot 3.4.3-beta.3 → 3.4.3-beta.5

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.
@@ -104,7 +104,7 @@ export declare enum SwitchBotBLEModel {
104
104
  CeilingLight = "q",// Currently only available in Japan.
105
105
  CeilingLightPro = "n",// Currently only available in Japan.
106
106
  BlindTilt = "x",
107
- Leak = "3",
107
+ Leak = "&",
108
108
  Keypad = "y",
109
109
  RelaySwitch1 = ";",
110
110
  RelaySwitch1PM = "<",
@@ -69,7 +69,7 @@ export var SwitchBotBLEModel;
69
69
  SwitchBotBLEModel["CeilingLight"] = "q";
70
70
  SwitchBotBLEModel["CeilingLightPro"] = "n";
71
71
  SwitchBotBLEModel["BlindTilt"] = "x";
72
- SwitchBotBLEModel["Leak"] = "3";
72
+ SwitchBotBLEModel["Leak"] = "&";
73
73
  SwitchBotBLEModel["Keypad"] = "y";
74
74
  SwitchBotBLEModel["RelaySwitch1"] = ";";
75
75
  SwitchBotBLEModel["RelaySwitch1PM"] = "<";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "node-switchbot",
3
3
  "type": "module",
4
- "version": "3.4.3-beta.3",
4
+ "version": "3.4.3-beta.5",
5
5
  "description": "The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE).",
6
6
  "author": "OpenWonderLabs (https://github.com/OpenWonderLabs)",
7
7
  "license": "MIT",
@@ -50,12 +50,12 @@
50
50
  },
51
51
  "readmeFilename": "README.md",
52
52
  "dependencies": {
53
- "@stoprocent/noble": "^1.16.1",
53
+ "@stoprocent/noble": "^1.17.0",
54
54
  "async-mutex": "^0.5.0",
55
55
  "undici": "^7.2.0"
56
56
  },
57
57
  "optionalDependencies": {
58
- "@stoprocent/bluetooth-hci-socket": "^1.4.2"
58
+ "@stoprocent/bluetooth-hci-socket": "^1.4.3"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@antfu/eslint-config": "^3.12.0",