homebridge-econet-rheem 1.5.19-alpha.1 → 1.5.19-beta.0
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
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to homebridge-econet-rheem will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## 1.5.19-
|
|
5
|
+
## 1.5.19-beta.0 (2025-10-30)
|
|
6
6
|
|
|
7
7
|
### ⚠️ Feedback Request
|
|
8
|
-
|
|
9
8
|
Are you using a Friedrich HVAC device with this plugin? If so, please comment [here](https://github.com/mpatfield/homebridge-econet-rheem/issues/85) indicating whether or not it is working corretly.
|
|
10
9
|
|
|
11
10
|
### Fixed
|
|
12
11
|
- Minor issues with Friedrich devices
|
|
13
12
|
|
|
14
13
|
### Changed
|
|
14
|
+
- ⚠️ Dropped [official support](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js) for Node.js v18 and added Node.js v24
|
|
15
15
|
- Updated dependencies
|
|
16
16
|
|
|
17
17
|
### Notes
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName": "Homebridge Econet Rheem",
|
|
5
5
|
"description": "Homebridge plugin for control of Rheem and Ruud thermostats and water heaters",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "1.5.19-
|
|
7
|
+
"version": "1.5.19-beta.0",
|
|
8
8
|
"homepage": "https://github.com/mpatfield/homebridge-econet-rheem#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"thermostat"
|
|
40
40
|
],
|
|
41
41
|
"engines": {
|
|
42
|
-
"
|
|
43
|
-
"
|
|
42
|
+
"homebridge": "^1.8.0 || ^2.0.0-beta.0",
|
|
43
|
+
"node": "^20 || ^22 || ^24"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@homebridge/plugin-ui-utils": "^2.0.2",
|