homebridge-melcloud-control 4.4.1-beta.32 → 4.4.1-beta.33

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/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.32",
4
+ "version": "4.4.1-beta.33",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -39,7 +39,7 @@
39
39
  "mqtt": "^5.14.1",
40
40
  "axios": "^1.13.2",
41
41
  "express": "^5.2.1",
42
- "puppeteer": "^24.33.0",
42
+ "puppeteer": "^24.33.1",
43
43
  "ws": "^8.18.3"
44
44
  },
45
45
  "keywords": [
@@ -72,7 +72,6 @@ class MelCloudAta extends EventEmitter {
72
72
  }
73
73
  }
74
74
 
75
- if (this.logDebug) this.emit('debug', `WS update settings: ${JSON.stringify(deviceData.Device, null, 2)}`);
76
75
  updateState = true;
77
76
  break;
78
77
  case 'ataUnitFrostProtectionTriggered':
@@ -86,6 +85,7 @@ class MelCloudAta extends EventEmitter {
86
85
  deviceData.Device[key] = value;
87
86
  }
88
87
  }
88
+
89
89
  updateState = true;
90
90
  break;
91
91
  case 'ataUnitOverheatProtectionTriggered':
@@ -71,7 +71,6 @@ class MelCloudAtw extends EventEmitter {
71
71
  }
72
72
  }
73
73
 
74
- if (this.logDebug) this.emit('debug', `WS update settings: ${JSON.stringify(deviceData.Device, null, 2)}`);
75
74
  updateState = true;
76
75
  break;
77
76
  case 'atwUnitFrostProtectionTriggered':
@@ -71,7 +71,6 @@ class MelCloudErv extends EventEmitter {
71
71
  }
72
72
  }
73
73
 
74
- if (this.logDebug) this.emit('debug', `WS update settings: ${JSON.stringify(deviceData.Device, null, 2)}`);
75
74
  updateState = true;
76
75
  break;
77
76
  case 'ervUnitFrostProtectionTriggered':