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
- fanspeed: this.lastActiveFanSpeedMode,
450
+ fanSpeed: this.lastActiveFanSpeedMode,
451
451
  commandType: 'cloud.smarthq.command.thermostat.v1.set',
452
452
  },
453
453
  kind: 'service#command',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-smarthq-client",
3
- "version": "1.2.5-debug.11",
3
+ "version": "1.2.5-debug.12",
4
4
  "private": false,
5
5
  "description": "Plugin for controlling GE refrigerator, dishwasher, air conditioner via SmartHQ API.",
6
6
  "keywords": [
@@ -560,7 +560,7 @@ export class AirConditioner {
560
560
  cmdBody = {
561
561
  command: {
562
562
  mode: this.lastActiveMode,
563
- fanspeed: this.lastActiveFanSpeedMode,
563
+ fanSpeed: this.lastActiveFanSpeedMode,
564
564
  commandType: 'cloud.smarthq.command.thermostat.v1.set',
565
565
  },
566
566
  kind: 'service#command',