Skip to content

Commit 838176f

Browse files
v3.4.2 (#277)
## [3.4.2](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.4.2) (2024-12-21) ### What's Changed - Housekeeping and update dependencies **Full Changelog**: v3.4.1...v3.4.2
1 parent b72da1b commit 838176f

File tree

209 files changed

+1487
-1518
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+1487
-1518
lines changed

BLE.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,19 +1126,20 @@ this.switchBotBLE.on('log', (log) => {
11261126

11271127
The following devices are supported.
11281128

1129-
| Device | BLE Support |
1130-
| ------------------------- | ----------- |
1131-
| SwitchBot Bot | Yes |
1132-
| SwitchBot Curtain | Yes |
1133-
| SwitchBot Meter | Yes |
1134-
| SwitchBot Motion Sensor | Yes |
1135-
| SwitchBot Contact Sensor | Yes |
1136-
| SwitchBot Plug Mini | Yes |
1137-
| SwitchBot Smart Lock | Yes |
1138-
| SwitchBot Smart Lock Pro | Yes |
1139-
| SwitchBot Humidifier | Yes |
1140-
| SwitchBot Color Bulb | Yes |
1141-
| SwitchBot LED Strip Light | Yes |
1129+
| Device | BLE Support |
1130+
| ---------------------------------------------- | ----------- |
1131+
| SwitchBot Bot | Yes |
1132+
| SwitchBot Curtain | Yes |
1133+
| SwitchBot Meter | Yes |
1134+
| SwitchBot Motion Sensor | Yes |
1135+
| SwitchBot Contact Sensor | Yes |
1136+
| SwitchBot Plug Mini | Yes |
1137+
| SwitchBot Smart Lock | Yes |
1138+
| SwitchBot Smart Lock Pro | Yes |
1139+
| SwitchBot Humidifier | Yes |
1140+
| SwitchBot Evaporative Humidifier (Auto-refill) | No |
1141+
| SwitchBot Color Bulb | Yes |
1142+
| SwitchBot LED Strip Light | Yes |
11421143

11431144
### Summary
11441145

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)
44

5+
## [3.4.2](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.4.2) (2024-12-21)
6+
7+
### What's Changed
8+
- Housekeeping and update dependencies
9+
10+
**Full Changelog**: https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.1...v3.4.2
11+
512
## [3.4.1](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.4.1) (2024-11-27)
613

714
### What's Changed

OpenAPI.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -167,18 +167,19 @@ this.switchBotAPI.on('log', (log) => {
167167

168168
The following devices are supported.
169169

170-
| Device | OpenAPI Support | Webhook Support |
171-
| ------------------------- | --------------- | --------------- |
172-
| SwitchBot Bot | Yes | Yes |
173-
| SwitchBot Curtain | Yes | Yes |
174-
| SwitchBot Meter | Yes | Yes |
175-
| SwitchBot Motion Sensor | Yes | Yes |
176-
| SwitchBot Contact Sensor | Yes | Yes |
177-
| SwitchBot Plug Mini | Yes | Yes |
178-
| SwitchBot Smart Lock | Yes | Yes |
179-
| SwitchBot Humidifier | Yes | Yes |
180-
| SwitchBot Color Bulb | Yes | Yes |
181-
| SwitchBot LED Strip Light | Yes | Yes |
170+
| Device | OpenAPI Support | Webhook Support |
171+
| ---------------------------------------------- | --------------- | --------------- |
172+
| SwitchBot Bot | Yes | Yes |
173+
| SwitchBot Curtain | Yes | Yes |
174+
| SwitchBot Meter | Yes | Yes |
175+
| SwitchBot Motion Sensor | Yes | Yes |
176+
| SwitchBot Contact Sensor | Yes | Yes |
177+
| SwitchBot Plug Min | Yes | Yes |
178+
| SwitchBot Smart Lock | Yes | Yes |
179+
| SwitchBot Humidifier | Yes | Yes |
180+
| SwitchBot Evaporative Humidifier (Auto-refill) | Yes | Yes |
181+
| SwitchBot Color Bulb | Yes | Yes |
182+
| SwitchBot LED Strip Light | Yes | Yes |
182183

183184
### Summary
184185

branding/Node_x_SwitchBot.svg

Lines changed: 2 additions & 3 deletions
Loading

docs/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/main.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
--light-color-ts-function: #572be7;
3030
--light-color-ts-class: #1f70c2;
3131
--light-color-ts-interface: #108024;
32-
--light-color-ts-constructor: #4d7fff;
33-
--light-color-ts-property: #ff984d;
34-
--light-color-ts-method: #ff4db8;
32+
--light-color-ts-constructor: var(--light-color-ts-class);
33+
--light-color-ts-property: #9f5f30;
34+
--light-color-ts-method: #be3989;
3535
--light-color-ts-reference: #ff4d82;
3636
--light-color-ts-call-signature: var(--light-color-ts-method);
3737
--light-color-ts-index-signature: var(--light-color-ts-property);
@@ -41,7 +41,7 @@
4141
--light-color-ts-parameter: var(--light-color-ts-variable);
4242
/* type literal not included as links will never be generated to it */
4343
--light-color-ts-type-parameter: #a55c0e;
44-
--light-color-ts-accessor: #ff4d4d;
44+
--light-color-ts-accessor: #c73c3c;
4545
--light-color-ts-get-signature: var(--light-color-ts-accessor);
4646
--light-color-ts-set-signature: var(--light-color-ts-accessor);
4747
--light-color-ts-type-alias: #d51270;
@@ -86,7 +86,7 @@
8686
--dark-color-ts-function: #a280ff;
8787
--dark-color-ts-class: #8ac4ff;
8888
--dark-color-ts-interface: #6cff87;
89-
--dark-color-ts-constructor: #4d7fff;
89+
--dark-color-ts-constructor: var(--dark-color-ts-class);
9090
--dark-color-ts-property: #ff984d;
9191
--dark-color-ts-method: #ff4db8;
9292
--dark-color-ts-reference: #ff4d82;
@@ -96,7 +96,7 @@
9696
--dark-color-ts-parameter: var(--dark-color-ts-variable);
9797
/* type literal not included as links will never be generated to it */
9898
--dark-color-ts-type-parameter: #e07d13;
99-
--dark-color-ts-accessor: #ff4d4d;
99+
--dark-color-ts-accessor: #ff6060;
100100
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
101101
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
102102
--dark-color-ts-type-alias: #ff6492;

0 commit comments

Comments
 (0)