Skip to content

Commit

Permalink
Merge pull request #22 from TedTolboom/development
Browse files Browse the repository at this point in the history
Development to Master for 1.2.1
  • Loading branch information
TedTolboom authored Jan 1, 2019
2 parents 30ed62b + 5403411 commit 94fd8b2
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ If you like the app, consider a donation to support development

## Changelog:

### v1.2.1
* Add additional productTypeID's for MH7(H) Thermostats
* Minor (cosmetical) modifications to make the app Homey SW v2.0.0 compatible

### v1.2.0
* Add support for the MH7 Thermostats
* Add support for the MH7H Thermostats
Expand Down
12 changes: 9 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"name": {
"en": "MCOHome Z-wave"
},
"version": "1.2.0",
"version": "1.2.1",
"compatibility": ">=1.5.2",
"brandColor": "#d0031a",
"athomForumDiscussionId": 3463,
"homeyCommunityTopicId": 159,
"author": {
Expand Down Expand Up @@ -84,6 +85,7 @@
"capabilities": {
"thermostat_mode_custom": {
"type": "enum",
"uiComponent": "picker",
"title": {
"en": "Thermostat mode",
"nl": "Thermostaat modus"
Expand Down Expand Up @@ -127,6 +129,8 @@
},
"thermostat_onoff": {
"type": "boolean",
"uiComponent": "sensor",
"icon": "/assets/thermostat_onoff.svg",
"title": {
"en": "State",
"nl": "Status"
Expand Down Expand Up @@ -803,7 +807,8 @@
351
],
"productTypeId": [
1793
1793,
1809
],
"productId": [
20738,
Expand Down Expand Up @@ -1043,7 +1048,8 @@
351
],
"productTypeId": [
1794
1794,
1810
],
"productId": [
20738,
Expand Down
10 changes: 10 additions & 0 deletions assets/thermostat_onoff.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/drivers/MH7.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"zwave": {
"manufacturerId": [351],
"productTypeId": [1793],
"productTypeId": [1793, 1809],
"productId": [20738, 20742],
"learnmode": {
"image": "/drivers/MH7/assets/learnmode.svg",
Expand Down
2 changes: 1 addition & 1 deletion config/drivers/MH7H.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"zwave": {
"manufacturerId": [351],
"productTypeId": [1794],
"productTypeId": [1794, 1810],
"productId": [20738, 20742],
"learnmode": {
"image": "/drivers/MH7H/assets/learnmode.svg",
Expand Down

0 comments on commit 94fd8b2

Please sign in to comment.