@homebridge-plugins/homebridge-tuya 2.2.0-beta.3 → 2.2.1-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.0] - (2026.2.23)
4
+
5
+ ### Fixed
6
+ - Fixed the HeaterAccessory to follow the device’s schema information.
7
+ If you want to revert to the previous behavior, set the category code to qn_old.
8
+
9
+ ### Changed
10
+ - Updated the handling of DP Codes so they are now processed in a case‑insensitive manner.
11
+ - Updated the plugin settings window to mask the password field.
12
+
3
13
  ## [2.1.0] - (2026.1.5)
4
14
 
5
15
  ### Added
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@homebridge-plugins/homebridge-tuya",
3
3
  "displayName": "Homebridge Tuya",
4
- "version": "2.2.0-beta.3",
4
+ "version": "2.2.1-beta.0",
5
5
  "description": "Forked from 0x5e/homebridge-tuya-platform, with a focus on fixing bugs and adding new device support.",
6
6
  "license": "MIT",
7
7
  "repository": {