homebridge-gree-ac 2.2.0-beta.4 → 2.2.0
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 +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +1 -1
- package/dist/version.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [2.2.0
|
|
3
|
+
## [2.2.0] - 2025-02-01
|
|
4
4
|
|
|
5
5
|
**<ins>Reminders:</ins>**
|
|
6
6
|
- **All devices on the local subnet are automatically added to Homebridge since v2.1.7 Please use the "disabled" parameter to skip any device!**
|
|
@@ -26,7 +26,7 @@ Changes of the above parameters are ignored until the device is disabled and re-
|
|
|
26
26
|
### Fixes
|
|
27
27
|
- Minimal configuration without a "devices" entry failed to load
|
|
28
28
|
- Sometimes the plugin has sent multiple power commands to the device before device response
|
|
29
|
-
- Vertical swing position was overridden on mode change, which was not the
|
|
29
|
+
- Vertical swing position was overridden on mode change, which was not the designed and documented behaviour
|
|
30
30
|
- In some cases, certain speed values could not be set
|
|
31
31
|
- Plugin allowed sending some unsupported combination of parameters to the device
|
|
32
32
|
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.2.0
|
|
1
|
+
export declare const version = "2.2.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,UAAU,CAAC"}
|
package/dist/version.js
CHANGED
package/dist/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,OAAO,CAAC"}
|
package/package.json
CHANGED