Skip to content

Commit

Permalink
Update SIR 321 driver
Browse files Browse the repository at this point in the history
Update SIR 321 driver
  • Loading branch information
hankolsen committed Nov 4, 2022
1 parent 798ae46 commit 3394547
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
29 changes: 28 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,34 @@
4
],
"zwaveAllianceProductId": 1012,
"zwaveAllianceProductDocumentation": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4045/SIR321%20BGX501-867%20R07.pdf"
"zwaveAllianceProductDocumentation": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4045/SIR321%20BGX501-867%20R07.pdf",
"associationGroups": [
1,
2,
3
],
"associationGroupsOptions": {
"1": {
"hint": {
"en": "Lifeline"
}
},
"2": {
"hint": {
"en": "Schedule Report"
}
},
"3": {
"hint": {
"en": "Air Temperature"
}
}
},
"learnmode": {
"instruction": {
"en": "Press and hold the pairing button on the back of the unit\n When RF LED starts flashing, relase the button.\n On successful addition, the LED will stop flashing."
}
}
},
"pair": [
{
Expand Down
25 changes: 24 additions & 1 deletion drivers/sir321/driver.compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,30 @@
"productTypeId": [16],
"productId": [2, 3, 4],
"zwaveAllianceProductId": 1012,
"zwaveAllianceProductDocumentation": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4045/SIR321%20BGX501-867%20R07.pdf"
"zwaveAllianceProductDocumentation": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4045/SIR321%20BGX501-867%20R07.pdf",
"associationGroups": [1, 2, 3],
"associationGroupsOptions": {
"1": {
"hint": {
"en": "Lifeline"
}
},
"2": {
"hint": {
"en": "Schedule Report"
}
},
"3": {
"hint": {
"en": "Air Temperature"
}
}
},
"learnmode": {
"instruction": {
"en": "Press and hold the pairing button on the back of the unit\n When RF LED starts flashing, relase the button.\n On successful addition, the LED will stop flashing."
}
}
},
"pair": [
{
Expand Down

0 comments on commit 3394547

Please sign in to comment.