homebridge-flume 3.0.5-beta.2 → 3.0.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/CHANGELOG.md +2 -15
- package/config.schema.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,24 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to homebridge-flume will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## 3.0.5
|
|
6
|
-
|
|
7
|
-
# THIS BETA RELEASE IS A MAJOR REWRITE - PLEASE EXPECT SOME BUGS!
|
|
8
|
-
|
|
9
|
-
While there are no new features, this beta is a major rewrite to cleanup and modernize a lot of very old code. This will make it much easier to maintain and improve this plugin going forwards. As such, please expect some bugs.
|
|
10
|
-
|
|
11
|
-
If you run into any issues, please [open a ticket](https://github.com/mpatfield/homebridge-flume/issues) on GitHub.
|
|
12
|
-
|
|
13
|
-
Thanks for your patience and for helping to test!
|
|
14
|
-
|
|
15
|
-
### Fixed
|
|
16
|
-
|
|
17
|
-
- Auth refresh happening way too frequently
|
|
18
|
-
- Removed older unused custom characteristics
|
|
5
|
+
## 3.0.5 (2025-05-24)
|
|
19
6
|
|
|
20
7
|
### Changed
|
|
21
8
|
|
|
22
|
-
|
|
9
|
+
While there are no new features, this release is a major rewrite to cleanup and modernize a lot of very old code. This will make it much easier to maintain and improve this plugin going forward.
|
|
23
10
|
|
|
24
11
|
## 3.0.4 (2025-05-19)
|
|
25
12
|
|
package/config.schema.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"singular": true,
|
|
5
5
|
"customUi": true,
|
|
6
6
|
"customUiPath": "./src/homebridge-ui",
|
|
7
|
-
"headerDisplay": "<p align=\"center\"><img width=\"60%\" src=\"https://github.com/mpatfield/homebridge-flume/blob/latest/img/banner.png\"></p><p align=\"center\">For help and support please visit <a href=\"https://github.com/mpatfield/homebridge-flume/\">GitHub</a>. We hope you find this plugin useful!</p>",
|
|
7
|
+
"headerDisplay": "<p align=\"center\"><img width=\"60%\" src=\"https://github.com/mpatfield/homebridge-flume/blob/latest/img/banner.png?raw=true\"></p><p align=\"center\">For help and support please visit <a href=\"https://github.com/mpatfield/homebridge-flume/\">GitHub</a>. We hope you find this plugin useful!</p>",
|
|
8
8
|
"schema": {
|
|
9
9
|
"type": "object",
|
|
10
10
|
"required": ["username", "password", "clientId", "clientSecret", "refreshInterval"],
|