node-switchbot 3.4.3-beta.4 → 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.
- package/dist/types/types.d.ts +1 -1
- package/dist/types/types.js +1 -1
- package/package.json +1 -1
package/dist/types/types.d.ts
CHANGED
|
@@ -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 = "
|
|
107
|
+
Leak = "&",
|
|
108
108
|
Keypad = "y",
|
|
109
109
|
RelaySwitch1 = ";",
|
|
110
110
|
RelaySwitch1PM = "<",
|
package/dist/types/types.js
CHANGED
|
@@ -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"] = "
|
|
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.
|
|
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",
|