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 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
@@ -2,7 +2,7 @@
2
2
  "displayName": "Homebridge Midea Platform",
3
3
  "name": "homebridge-midea-platform",
4
4
  "type": "module",
5
- "version": "1.2.8-beta.1",
5
+ "version": "1.2.8",
6
6
  "description": "Homebridge plugin for Midea devices",
7
7
  "license": "Apache-2.0",
8
8
  "repository": {
package/.luarc.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "diagnostics.globals": [
3
- "bit"
4
- ]
5
- }
@@ -1,7 +0,0 @@
1
- {
2
- "formatter": [{ "language_server": { "name": "biome" } }],
3
- "code_actions_on_format": {
4
- "source.fixAll.biome": true,
5
- "source.organizeImports.biome": true
6
- }
7
- }