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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## [2.2.0-beta.4] - 2025-01-20
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 desiged and documented behaviour
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-beta.4";
1
+ export declare const version = "2.2.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,iBAAiB,CAAC"}
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
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // Generated by genversion.
5
- exports.version = '2.2.0-beta.4';
5
+ exports.version = '2.2.0';
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,cAAc,CAAC"}
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
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "displayName": "GREE Air Conditioner",
4
4
  "name": "homebridge-gree-ac",
5
- "version": "2.2.0-beta.4",
5
+ "version": "2.2.0",
6
6
  "description": "Control GREE Air Conditioners from Homebridge",
7
7
  "license": "Apache-2.0",
8
8
  "repository": {