Skip to content

Commit

Permalink
v3.4.2 (#277)
Browse files Browse the repository at this point in the history
## [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
  • Loading branch information
donavanbecker authored Dec 22, 2024
1 parent b72da1b commit 838176f
Show file tree
Hide file tree
Showing 209 changed files with 1,487 additions and 1,518 deletions.
27 changes: 14 additions & 13 deletions BLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1126,19 +1126,20 @@ this.switchBotBLE.on('log', (log) => {

The following devices are supported.

| Device | BLE Support |
| ------------------------- | ----------- |
| SwitchBot Bot | Yes |
| SwitchBot Curtain | Yes |
| SwitchBot Meter | Yes |
| SwitchBot Motion Sensor | Yes |
| SwitchBot Contact Sensor | Yes |
| SwitchBot Plug Mini | Yes |
| SwitchBot Smart Lock | Yes |
| SwitchBot Smart Lock Pro | Yes |
| SwitchBot Humidifier | Yes |
| SwitchBot Color Bulb | Yes |
| SwitchBot LED Strip Light | Yes |
| Device | BLE Support |
| ---------------------------------------------- | ----------- |
| SwitchBot Bot | Yes |
| SwitchBot Curtain | Yes |
| SwitchBot Meter | Yes |
| SwitchBot Motion Sensor | Yes |
| SwitchBot Contact Sensor | Yes |
| SwitchBot Plug Mini | Yes |
| SwitchBot Smart Lock | Yes |
| SwitchBot Smart Lock Pro | Yes |
| SwitchBot Humidifier | Yes |
| SwitchBot Evaporative Humidifier (Auto-refill) | No |
| SwitchBot Color Bulb | Yes |
| SwitchBot LED Strip Light | Yes |

### Summary

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [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**: https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.1...v3.4.2

## [3.4.1](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.4.1) (2024-11-27)

### What's Changed
Expand Down
25 changes: 13 additions & 12 deletions OpenAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,18 +167,19 @@ this.switchBotAPI.on('log', (log) => {

The following devices are supported.

| Device | OpenAPI Support | Webhook Support |
| ------------------------- | --------------- | --------------- |
| SwitchBot Bot | Yes | Yes |
| SwitchBot Curtain | Yes | Yes |
| SwitchBot Meter | Yes | Yes |
| SwitchBot Motion Sensor | Yes | Yes |
| SwitchBot Contact Sensor | Yes | Yes |
| SwitchBot Plug Mini | Yes | Yes |
| SwitchBot Smart Lock | Yes | Yes |
| SwitchBot Humidifier | Yes | Yes |
| SwitchBot Color Bulb | Yes | Yes |
| SwitchBot LED Strip Light | Yes | Yes |
| Device | OpenAPI Support | Webhook Support |
| ---------------------------------------------- | --------------- | --------------- |
| SwitchBot Bot | Yes | Yes |
| SwitchBot Curtain | Yes | Yes |
| SwitchBot Meter | Yes | Yes |
| SwitchBot Motion Sensor | Yes | Yes |
| SwitchBot Contact Sensor | Yes | Yes |
| SwitchBot Plug Min | Yes | Yes |
| SwitchBot Smart Lock | Yes | Yes |
| SwitchBot Humidifier | Yes | Yes |
| SwitchBot Evaporative Humidifier (Auto-refill) | Yes | Yes |
| SwitchBot Color Bulb | Yes | Yes |
| SwitchBot LED Strip Light | Yes | Yes |

### Summary

Expand Down
5 changes: 2 additions & 3 deletions branding/Node_x_SwitchBot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/assets/hierarchy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
--light-color-ts-function: #572be7;
--light-color-ts-class: #1f70c2;
--light-color-ts-interface: #108024;
--light-color-ts-constructor: #4d7fff;
--light-color-ts-property: #ff984d;
--light-color-ts-method: #ff4db8;
--light-color-ts-constructor: var(--light-color-ts-class);
--light-color-ts-property: #9f5f30;
--light-color-ts-method: #be3989;
--light-color-ts-reference: #ff4d82;
--light-color-ts-call-signature: var(--light-color-ts-method);
--light-color-ts-index-signature: var(--light-color-ts-property);
Expand All @@ -41,7 +41,7 @@
--light-color-ts-parameter: var(--light-color-ts-variable);
/* type literal not included as links will never be generated to it */
--light-color-ts-type-parameter: #a55c0e;
--light-color-ts-accessor: #ff4d4d;
--light-color-ts-accessor: #c73c3c;
--light-color-ts-get-signature: var(--light-color-ts-accessor);
--light-color-ts-set-signature: var(--light-color-ts-accessor);
--light-color-ts-type-alias: #d51270;
Expand Down Expand Up @@ -86,7 +86,7 @@
--dark-color-ts-function: #a280ff;
--dark-color-ts-class: #8ac4ff;
--dark-color-ts-interface: #6cff87;
--dark-color-ts-constructor: #4d7fff;
--dark-color-ts-constructor: var(--dark-color-ts-class);
--dark-color-ts-property: #ff984d;
--dark-color-ts-method: #ff4db8;
--dark-color-ts-reference: #ff4d82;
Expand All @@ -96,7 +96,7 @@
--dark-color-ts-parameter: var(--dark-color-ts-variable);
/* type literal not included as links will never be generated to it */
--dark-color-ts-type-parameter: #e07d13;
--dark-color-ts-accessor: #ff4d4d;
--dark-color-ts-accessor: #ff6060;
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
--dark-color-ts-type-alias: #ff6492;
Expand Down
Loading

0 comments on commit 838176f

Please sign in to comment.