Skip to content

Commit

Permalink
Update gree-hvac-client
Browse files Browse the repository at this point in the history
  • Loading branch information
aivus committed Oct 30, 2021
1 parent 1f7e992 commit 42de974
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.gree",
"version": "0.7.0",
"version": "0.7.1",
"compatibility": ">=5.0.0",
"sdk": 3,
"brandColor": "#ff732e",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 42de974

Please sign in to comment.