homebridge-melcloud-control 4.3.0-beta.42 → 4.3.0-beta.43

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.3.0-beta.42",
4
+ "version": "4.3.0-beta.43",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -369,10 +369,8 @@ class MelCloudAta extends EventEmitter {
369
369
  ]
370
370
  const payload1 = [
371
371
  {
372
- messageType: "SetUnitState",
373
372
  Data: {
374
373
  id: deviceData.DeviceID, // Twój ID jednostki
375
- unitType: "ata", // tak jak incoming
376
374
  settings: settings // czyli tablica: [{ name, value }, ...]
377
375
  }
378
376
  }