homebridge-melcloud-control 3.8.4-beta.2 → 3.8.4-beta.4
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 +1 -1
- package/src/deviceata.js +2 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "3.8.4-beta.
|
|
4
|
+
"version": "3.8.4-beta.4",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|
package/src/deviceata.js
CHANGED
|
@@ -1031,6 +1031,8 @@ class DeviceAta extends EventEmitter {
|
|
|
1031
1031
|
power: power ? 1 : 0,
|
|
1032
1032
|
inStandbyMode: inStandbyMode,
|
|
1033
1033
|
operationMode: operationMode,
|
|
1034
|
+
currentOperationMode: 0,
|
|
1035
|
+
targetOperationMode: 0,
|
|
1034
1036
|
roomTemperature: roomTemperature,
|
|
1035
1037
|
outdoorTemperature: outdoorTemperature,
|
|
1036
1038
|
setTemperature: setTemperature,
|