Skip to content

Commit b911482

Browse files
committed
v3.4.6
## [3.4.6](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.4.6) (2025-01-24) ### What's Changed - Housekeeping and update dependencies **Full Changelog**: v3.4.5...v3.4.6
1 parent 56edd7c commit b911482

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

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.6](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.4.6) (2025-01-24)
6+
7+
### What's Changed
8+
- Housekeeping and update dependencies
9+
10+
**Full Changelog**: https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.5...v3.4.6
11+
512
## [3.4.5](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.4.5) (2025-01-23)
613

714
### What's Changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-switchbot",
33
"type": "module",
4-
"version": "3.4.5",
4+
"version": "3.4.6",
55
"description": "The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE).",
66
"author": "OpenWonderLabs (https://github.com/OpenWonderLabs)",
77
"license": "MIT",

src/types/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ export enum SwitchBotModel {
9090
BatteryCirculatorFan = 'W3800510',
9191
CirculatorFan = 'W3800511',
9292
WaterDetector = 'W4402000',
93-
RelaySwitch1 = 'Relay Switch 1',
94-
RelaySwitch1PM = 'Relay Switch 1PM',
93+
RelaySwitch1 = 'W5502300',
94+
RelaySwitch1PM = 'W5502310',
9595
Unknown = 'Unknown',
9696
}
9797

0 commit comments

Comments
 (0)