Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…s.horstmann into SSR302
  • Loading branch information
hank committed Jun 24, 2021
2 parents 79707d7 + 383be0b commit 6b9f33e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,8 @@
},
"0.6.3": {
"en": "Add multi channel support to SSR302"
},
"0.6.4": {
"en": "Fix productId for SSR302"
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.horstmann",
"version": "0.6.3",
"version": "0.6.4",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.horstmann",
"version": "0.6.3",
"version": "0.6.4",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down Expand Up @@ -649,7 +649,7 @@
"manufacturerId": 89,
"productTypeId": 3,
"productId": [
6
2
],
"zwaveAllianceProductId": 1619,
"zwaveAllianceProductDocumentation": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1619/SSR%20302%20User%20Manual.pdf",
Expand Down
2 changes: 1 addition & 1 deletion drivers/ssr302/driver.compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"zwave": {
"manufacturerId": 89,
"productTypeId": 3,
"productId": [6],
"productId": [2],
"zwaveAllianceProductId": 1619,
"zwaveAllianceProductDocumentation": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1619/SSR%20302%20User%20Manual.pdf",
"associationGroups": [1],
Expand Down

0 comments on commit 6b9f33e

Please sign in to comment.