diff --git a/.homeychangelog.json b/.homeychangelog.json index eb7dd46..8810deb 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -32,5 +32,8 @@ }, "0.7.0": { "en": "Added debug setting to device configuration" + }, + "0.7.1": { + "en": "Fix possible crash for some specific HVACs" } } diff --git a/app.json b/app.json index dd91387..8a90b96 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "id": "com.gree", - "version": "0.7.0", + "version": "0.7.1", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#ff732e", @@ -1225,7 +1225,7 @@ "type": "checkbox", "value": false, "label": { - "en": "Enable debug" + "en": "Debug" }, "hint": { "en": "Enable debug in case the application is crashing. It allows developer to investigate the issue" diff --git a/package-lock.json b/package-lock.json index 2159538..60f9394 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1922,8 +1922,8 @@ "dev": true }, "gree-hvac-client": { - "version": "git+https://github.com/aivus/gree-hvac-client.git#1614c10d0a15fa771ff55255bb886be6257ebae3", - "from": "git+https://github.com/aivus/gree-hvac-client.git#dynamic-debug", + "version": "git+https://github.com/aivus/gree-hvac-client.git#59ccd0da18f2409fa6e4952b3242df52e4c6dc35", + "from": "git+https://github.com/aivus/gree-hvac-client.git#fix-undefined-0", "requires": { "clone": "^2.1.2", "object-diff": "^0.0.4" diff --git a/package.json b/package.json index 2d217d5..b89d261 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "homepage": "https://github.com/aivus/com.gree#readme", "dependencies": { - "gree-hvac-client": "git+https://github.com/aivus/gree-hvac-client.git#dynamic-debug", + "gree-hvac-client": "git+https://github.com/aivus/gree-hvac-client.git#fix-undefined-0", "homey-log": "git+https://github.com/aivus/node-homey-log.git#custom_raven_options" }, "devDependencies": {