homebridge-gree-ac 2.2.1-beta.1 → 2.2.1

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.1-beta.1] - 2025-05-09
3
+ ## [2.2.1] - 2025-05-26
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!**
package/README.md CHANGED
@@ -83,7 +83,7 @@ If successfully installed and configured, your devices will appear on the Homebr
83
83
 
84
84
  Always check out your current settings in Homebridge and also in Home App (including scenes and automation rules) before you start an upgrade!
85
85
 
86
- ### v2.1.7 to v2.2.0
86
+ ### v2.1.7 to v2.2.x
87
87
 
88
88
  The upgrade is automatic by installing the latest version. It is highly recommended to update the configuration settings because some new parameters were introduced in v2.2.0 and there is also a parameter which was renamed.
89
89
 
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "2.2.1-beta.1";
1
+ export declare const version = "2.2.1";
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.1-beta.1';
5
+ exports.version = '2.2.1';
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.1-beta.1",
5
+ "version": "2.2.1",
6
6
  "description": "Control GREE Air Conditioners from Homebridge",
7
7
  "license": "Apache-2.0",
8
8
  "repository": {