homebridge-econet-rheem 1.5.16 → 1.5.17
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,17 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to homebridge-econet-rheem will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## 1.5.
|
|
5
|
+
## 1.5.17 (2025-09-24)
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
- Updated dependencies
|
|
6
9
|
|
|
7
|
-
###
|
|
10
|
+
### Notes
|
|
11
|
+
Do you have a leak sensor and/or shut off valve on your water heater? Click [here](https://github.com/mpatfield/homebridge-econet-rheem/issues/4) for instructions on how you can help add this feature.
|
|
8
12
|
|
|
9
|
-
|
|
13
|
+
## 1.5.16 (2025-08-26)
|
|
10
14
|
|
|
11
15
|
### Fixed
|
|
12
16
|
- Devices could be unnecessarily removed on startup if device fetch fails
|
|
13
17
|
|
|
14
18
|
### Changed
|
|
15
|
-
-
|
|
19
|
+
- Update dependencies
|
|
16
20
|
|
|
17
21
|
## 1.5.15 (2025-08-11)
|
|
18
22
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(()=>{var d={arrow:"→",github:'<a target="_blank" href="https://github.com/mpatfield/homebridge-econet-rheem/">GitHub</a>'}
|
|
1
|
+
"use strict";(()=>{var d={arrow:"→",github:'<a target="_blank" href="https://github.com/mpatfield/homebridge-econet-rheem/">GitHub</a>'};function m(n){document.querySelectorAll("[i18n]").forEach(e=>{let i=e.getAttribute("i18n"),t=n.config[i],s=e.getAttribute("i18n_replace");s&&(t=t.replace("%s",d[s])),e.innerHTML=t})}function u(n,e){let i=!1,t=["span","label","legend","option","p"];Array.from(window.parent.document.querySelectorAll(t.join(","))).sort((r,o)=>t.indexOf(r.tagName.toLowerCase())-t.indexOf(o.tagName.toLowerCase())).forEach(r=>{let o=r.innerHTML;o=o.replaceAll(/\$\{config\.(title|description|enumNames)\.([^}]+)\}/g,(l,a,c)=>n.config[a]&&typeof n.config[a]=="object"&&c in n.config[a]?n.config[a][c]:l),r.innerHTML!==o&&(r.innerHTML=o,i=!0)}),i&&e?.disconnect()}function g(n){document.getElementById("pageIntro").style.display="none",document.getElementById("support").style.display="block";let e=new MutationObserver(()=>{u(n,e)});e.observe(window.parent.document.body,{childList:!0,subtree:!0}),homebridge.showSchemaForm(),homebridge.hideSpinner()}function f(n){document.getElementById("introContinue").addEventListener("click",async()=>{g(n)}),document.getElementById("pageIntro").style.display="block",homebridge.hideSpinner()}homebridge.showSpinner();(async()=>{let n=await homebridge.i18nCurrentLang(),e=await homebridge.request("i18n",n);m(e),(await homebridge.getPluginConfig()).length?g(e):(await homebridge.updatePluginConfig([{name:e.general.brand}]),f(e))})();})();
|
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.
|
|
7
|
+
"version": "1.5.17",
|
|
8
8
|
"homepage": "https://github.com/mpatfield/homebridge-econet-rheem#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@homebridge/plugin-ui-utils": "^2.0.2",
|
|
47
47
|
"axios": "^1.7.2",
|
|
48
|
-
"homebridge-lib": "^7.1.
|
|
48
|
+
"homebridge-lib": "^7.1.7",
|
|
49
49
|
"lodash.merge": "^4.6.2",
|
|
50
50
|
"node-persist": "^4.0.4",
|
|
51
51
|
"mqtt": "^5.7.0"
|