@mp-consulting/homebridge-lg-thinq 1.0.1 → 1.0.2

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 +38 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Change Log
2
2
 
3
+ ## v1.0.2
4
+
5
+ ### Bug fixes
6
+
7
+ * Fix HomeKit temperature threshold validation errors for Air Conditioner
8
+ - Clamp temperature values to HomeKit valid range (10-38°C)
9
+ - Prevents "illegal value" errors when device reports out-of-range temperatures
10
+
11
+ ### Changes
12
+
13
+ * Move homebridge-config-ui-x to devDependencies (reduces production bundle size)
14
+
15
+ ## v1.0.1
16
+
17
+ ### Bug fixes
18
+
19
+ * Fix lint error in Microwave.ts (line too long)
20
+
21
+ ### Documentation
22
+
23
+ * Add authorization documentation (docs/authorization.md)
24
+ * Add device configuration documentation (docs/device-configuration.md)
25
+ * Update README to link to local docs
26
+
27
+ ## v1.0.0
28
+
29
+ ### Initial Release
30
+
31
+ * Fork from nVuln/homebridge-lg-thinq
32
+ * Support for Air Conditioner, Air Purifier, Dehumidifier, Dishwasher, Refrigerator, Washer & Dryer, Oven, Microwave, Range Hood, AeroTower
33
+ * Web-based configuration UI with 3-step wizard
34
+ * ThinQ1 and ThinQ2 API support
35
+ * Real-time device updates via MQTT (ThinQ2)
36
+
37
+ ---
38
+
39
+ # Previous Changelog (from upstream)
40
+
3
41
  ## v1.8.0
4
42
 
5
43
  ### Washer is fixed now
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Homebridge LG ThinQ",
3
3
  "name": "@mp-consulting/homebridge-lg-thinq",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "A Homebridge plugin for controlling/monitoring LG ThinQ devices via LG ThinQ platform.",
6
6
  "license": "Apache-2.0",
7
7
  "type": "module",
@@ -50,6 +50,7 @@
50
50
  "eslint": "^9.39.2",
51
51
  "eslint-plugin-jest": "^29.9.0",
52
52
  "homebridge": "^1.8.5",
53
+ "homebridge-config-ui-x": "^4.6.7",
53
54
  "jest": "^30.2.0",
54
55
  "nodemon": "^3.1.11",
55
56
  "rimraf": "^6.1.2",
@@ -66,8 +67,7 @@
66
67
  "axios": "^1.13.2",
67
68
  "axios-retry": "^4.5.0",
68
69
  "commander": "^14.0.2",
69
- "homebridge-config-ui-x": "^5.12.1-beta.5",
70
- "homebridge-lib": "^7.2.0",
70
+ "homebridge-lib": "^7.1.12",
71
71
  "luxon": "^3.7.2",
72
72
  "node-forge": "^1.3.3",
73
73
  "node-persist": "^4.0.4",