Skip to content

Commit cbf8a92

Browse files
committed
v3.5.0
## [3.5.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.5.0) (2025-03-04) ### What's Changed - Fix the return value of SwitchBotOpenAPI.getDeviceStatus() method [#290](#290), Thanks [@kemuridama](https://github.com/kemuridama) - Fix circular dependencies - Housekeeping and update dependencies **Full Changelog**: v3.4.0...v3.5.0
1 parent 03833e7 commit cbf8a92

File tree

199 files changed

+2353
-2412
lines changed

Some content is hidden

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

199 files changed

+2353
-2412
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.5.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.5.0) (2025-03-04)
6+
7+
### What's Changed
8+
- Fix the return value of SwitchBotOpenAPI.getDeviceStatus() method [#290](https://github.com/OpenWonderLabs/node-switchbot/pull/290), Thanks [@kemuridama](https://github.com/kemuridama)
9+
- Fix circular dependencies
10+
- Housekeeping and update dependencies
11+
12+
**Full Changelog**: https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.0...v3.5.0
13+
514
## [3.4.9](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.4.9) (2025-01-24)
615

716
### What's Changed

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/style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -991,14 +991,15 @@
991991
vertical-align: text-top;
992992
}
993993
/*
994-
We need to be careful to target the arrow indicating whether the accordion
995-
is open, but not any other SVGs included in the details element.
996-
*/
994+
* We need to be careful to target the arrow indicating whether the accordion
995+
* is open, but not any other SVGs included in the details element.
996+
*/
997997
.tsd-accordion:not([open]) > .tsd-accordion-summary > svg:first-child,
998998
.tsd-accordion:not([open]) > .tsd-accordion-summary > h1 > svg:first-child,
999999
.tsd-accordion:not([open]) > .tsd-accordion-summary > h2 > svg:first-child,
10001000
.tsd-accordion:not([open]) > .tsd-accordion-summary > h3 > svg:first-child,
1001-
.tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child {
1001+
.tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child,
1002+
.tsd-accordion:not([open]) > .tsd-accordion-summary > h5 > svg:first-child {
10021003
transform: rotate(-90deg);
10031004
}
10041005
.tsd-index-content > :not(:first-child) {

docs/classes/Advertising.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/classes/SwitchBotBLE.html

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

docs/classes/SwitchBotOpenAPI.html

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

docs/classes/SwitchbotDevice.html

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

docs/classes/WoBlindTilt.html

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

docs/classes/WoBulb.html

Lines changed: 47 additions & 47 deletions
Large diffs are not rendered by default.

docs/classes/WoCeilingLight.html

Lines changed: 53 additions & 53 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)