homebridge-midea-platform 1.2.6-beta.20 → 1.2.6-beta.21

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.
@@ -664,6 +664,10 @@
664
664
  "devices[].CD_options.minTemp",
665
665
  "devices[].CD_options.maxTemp",
666
666
  "devices[].CD_options.tempStep",
667
+ "devices[].CD_options.energySaveModeSwitch",
668
+ "devices[].CD_options.standardModeSwitch",
669
+ "devices[].CD_options.eHeaterModeSwitch",
670
+ "devices[].CD_options.smartModeSwitch",
667
671
  "devices[].CD_options.disinfectionSwitch"
668
672
  ]
669
673
  },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "displayName": "Homebridge Midea Platform",
3
3
  "name": "homebridge-midea-platform",
4
4
  "type": "module",
5
- "version": "1.2.6-beta.20",
5
+ "version": "1.2.6-beta.21",
6
6
  "description": "Homebridge plugin for Midea devices",
7
7
  "license": "Apache-2.0",
8
8
  "repository": {