From 9dc991ab24020e7ff7129baa98f32a1b799a8464 Mon Sep 17 00:00:00 2001 From: Hank Date: Fri, 4 Nov 2022 14:49:44 +0100 Subject: [PATCH] Update SIR 321 driver Update SIR 321 driver Update README.txt --- README.txt | 1 + app.json | 29 ++++++++++++++++++++++++++++- drivers/sir321/driver.compose.json | 25 ++++++++++++++++++++++++- 3 files changed, 53 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 4973265..2f2c05f 100644 --- a/README.txt +++ b/README.txt @@ -13,3 +13,4 @@ SRT 323 SSR 302 SSR 303 / ASR-ZW SCS 317 +SIR 321 diff --git a/app.json b/app.json index 6db0f69..85725f8 100644 --- a/app.json +++ b/app.json @@ -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": [ { diff --git a/drivers/sir321/driver.compose.json b/drivers/sir321/driver.compose.json index 608b020..7568410 100644 --- a/drivers/sir321/driver.compose.json +++ b/drivers/sir321/driver.compose.json @@ -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": [ {