homebridge-melcloud-control 4.4.1-beta.48 → 4.4.1-beta.49
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.
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
const entity = configEntities[i];
|
|
215
215
|
const entityId = String(getConfigId(entity));
|
|
216
216
|
|
|
217
|
-
if (!serverIds.has(entityId)) {
|
|
217
|
+
if (!serverIds.has(entityId) && entityId !== '0') {
|
|
218
218
|
removedEntities.push(entity);
|
|
219
219
|
configEntities.splice(i, 1);
|
|
220
220
|
}
|
|
@@ -406,8 +406,5 @@
|
|
|
406
406
|
homebridge.hideSpinner();
|
|
407
407
|
}
|
|
408
408
|
});
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
409
|
})();
|
|
413
410
|
</script>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.4.1-beta.
|
|
4
|
+
"version": "4.4.1-beta.49",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|