Skip to content

Commit

Permalink
Merge pull request #17 from TedTolboom/development
Browse files Browse the repository at this point in the history
Development > Master - Update signed parameters
  • Loading branch information
TedTolboom authored Jul 10, 2018
2 parents fcce85c + ebcd429 commit a7faff0
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 6 deletions.
56 changes: 54 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,56 @@
}
]
},
{
"id": "MH7-EH",
"name": {
"en": "MH7 Thermostat"
},
"zwave": {
"manufacturerId": [
351
],
"productTypeId": [
1793
],
"productId": [
20738
],
"learnmode": {
"image": "/drivers/MH7-EH/assets/learnmode.svg",
"instruction": {
"en": "1. Press and hold the ^ key on the panel for 3 seconds.\n2. Release and press the same key again to set the device in inclusion mode. The display will show '---''\r\nNote: If inclusion is successful, the Node ID will be shown in the display for a few seconds."
}
},
"unlearnmode": {
"image": "/drivers/MH7-EH/assets/learnmode.svg",
"instruction": {
"en": "1. Press and hold the ^ key on the panel for 3 seconds.\n2. Release and press the same key again to set the device in inclusion mode\r\nNote: If the exclusion is successful, the display will show '---'"
}
},
"associationGroups": [
1
],
"associationGroupsOptions": {
"1": {
"hint": {
"en": "Lifeline group"
}
}
}
},
"class": "thermostat",
"capabilities": [
"measure_temperature",
"target_temperature"
],
"icon": "/drivers/MH7-EH/assets/icon.svg",
"images": {
"large": "/drivers/MH7-EH/assets/images/large.jpg",
"small": "/drivers/MH7-EH/assets/images/small.jpg"
},
"settings": []
},
{
"id": "MH9-CO2",
"name": {
Expand Down Expand Up @@ -845,7 +895,8 @@
"id": "S1_single_click",
"zwave": {
"index": 13,
"size": 1
"size": 1,
"signed": false
},
"type": "number",
"label": {
Expand Down Expand Up @@ -1315,7 +1366,8 @@
"id": "timer_functionality",
"zwave": {
"index": 5,
"size": 2
"size": 2,
"signed": false
},
"type": "number",
"label": {
Expand Down
5 changes: 3 additions & 2 deletions config/drivers/Micro-Dimmer.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@
"id": "S1_single_click",
"zwave": {
"index": 13,
"size": 1
"size": 1,
"signed": false
},
"type": "number",
"label": {
Expand Down Expand Up @@ -633,4 +634,4 @@
}
}
]
}
}
5 changes: 3 additions & 2 deletions config/drivers/Micro-Switch.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@
"id": "timer_functionality",
"zwave": {
"index": 5,
"size": 2
"size": 2,
"signed": false
},
"type": "number",
"label": {
Expand Down Expand Up @@ -437,4 +438,4 @@
}
}
]
}
}

0 comments on commit a7faff0

Please sign in to comment.