homebridge-midea-platform 1.2.8-beta.1 → 1.2.8
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/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/.luarc.json +0 -5
- package/.zed/settings.json +0 -7
- package/a1_00000Q1C.lua +0 -1227
- package/ac.lua +0 -5150
- package/ac_00000Q11.lua +0 -5148
- package/ac_00000Q1D.lua +0 -5148
- package/c3_HeatPump_152832116442666.lua +0 -4681
- package/cd_RSJ000CB.lua +0 -4983
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
# v1.2.8
|
|
4
|
+
- fix: boost/comfort/eco mode was not working for `Air Conditioner` (fixes #154)
|
|
5
|
+
|
|
6
|
+
# v1.2.7
|
|
7
|
+
- feat: emulate HomeKit heat and cool thresholds for `Air Conditioner` (fixes #134)
|
|
8
|
+
- this allows to use HomeKit's `Auto` mode for `Air Conditioner` devices in a way Midea using it
|
|
9
|
+
- fix: removed not needed screen display setter for `Air Conditioner` devices
|
|
10
|
+
|
|
3
11
|
# v1.2.6
|
|
4
12
|
- feat: added partial support for `Fresh Air Appliance` (issue #118)
|
|
5
13
|
- feat: added sleep mode switch for `Air Conditioner` (fixes #128)
|
package/package.json
CHANGED
package/.luarc.json
DELETED