homebridge-smarthq-client 1.2.5-debug.11 → 1.2.5-debug.12
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.
|
@@ -447,7 +447,7 @@ export class AirConditioner {
|
|
|
447
447
|
cmdBody = {
|
|
448
448
|
command: {
|
|
449
449
|
mode: this.lastActiveMode,
|
|
450
|
-
|
|
450
|
+
fanSpeed: this.lastActiveFanSpeedMode,
|
|
451
451
|
commandType: 'cloud.smarthq.command.thermostat.v1.set',
|
|
452
452
|
},
|
|
453
453
|
kind: 'service#command',
|
package/package.json
CHANGED
|
@@ -560,7 +560,7 @@ export class AirConditioner {
|
|
|
560
560
|
cmdBody = {
|
|
561
561
|
command: {
|
|
562
562
|
mode: this.lastActiveMode,
|
|
563
|
-
|
|
563
|
+
fanSpeed: this.lastActiveFanSpeedMode,
|
|
564
564
|
commandType: 'cloud.smarthq.command.thermostat.v1.set',
|
|
565
565
|
},
|
|
566
566
|
kind: 'service#command',
|