homebridge-melcloud-control 4.0.0-beta.229 → 4.0.0-beta.230
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/config.schema.json
CHANGED
|
@@ -1848,10 +1848,6 @@
|
|
|
1848
1848
|
"key": "accounts[].ataDevices[].id",
|
|
1849
1849
|
"readonly": true
|
|
1850
1850
|
},
|
|
1851
|
-
{
|
|
1852
|
-
"key": "accounts[].ataDevices[].type",
|
|
1853
|
-
"readonly": true
|
|
1854
|
-
},
|
|
1855
1851
|
{
|
|
1856
1852
|
"key": "accounts[].ataDevices[].typeString",
|
|
1857
1853
|
"readonly": true
|
|
@@ -1958,10 +1954,6 @@
|
|
|
1958
1954
|
"key": "accounts[].atwDevices[].id",
|
|
1959
1955
|
"readonly": true
|
|
1960
1956
|
},
|
|
1961
|
-
{
|
|
1962
|
-
"key": "accounts[].atwDevices[].type",
|
|
1963
|
-
"readonly": true
|
|
1964
|
-
},
|
|
1965
1957
|
{
|
|
1966
1958
|
"key": "accounts[].atwDevices[].typeString",
|
|
1967
1959
|
"readonly": true
|
|
@@ -2073,10 +2065,6 @@
|
|
|
2073
2065
|
"key": "accounts[].ervDevices[].id",
|
|
2074
2066
|
"readonly": true
|
|
2075
2067
|
},
|
|
2076
|
-
{
|
|
2077
|
-
"key": "accounts[].ervDevices[].type",
|
|
2078
|
-
"readonly": true
|
|
2079
|
-
},
|
|
2080
2068
|
{
|
|
2081
2069
|
"key": "accounts[].ervDevices[].typeString",
|
|
2082
2070
|
"readonly": true
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
const button = document.createElement("button");
|
|
119
119
|
button.type = "button";
|
|
120
120
|
button.id = `button${i}`;
|
|
121
|
-
button.className = "btn btn-primary";
|
|
121
|
+
button.className = "btn btn-primary me-2 mb-2";
|
|
122
122
|
button.style.textTransform = 'none';
|
|
123
123
|
button.innerText = acc.name;
|
|
124
124
|
document.getElementById("accountButton").appendChild(button);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.0.0-beta.
|
|
4
|
+
"version": "4.0.0-beta.230",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|