From b944459b96c1394056f0ab924b965c9aab143d17 Mon Sep 17 00:00:00 2001 From: TSHAdmin Date: Thu, 27 Feb 2025 15:20:17 -0500 Subject: [PATCH 1/3] Update region and name of ZEN74.json to ZEN74-V01.json, Add ZEN74-V02-800-LR.json. --- firmwares/zooz/ZEN74-V01.json | 23 +++++++++++++++++++++++ firmwares/zooz/ZEN74-V02-800-LR.json | 24 ++++++++++++++++++++++++ firmwares/zooz/ZEN74.json | 23 ----------------------- 3 files changed, 47 insertions(+), 23 deletions(-) create mode 100644 firmwares/zooz/ZEN74-V01.json create mode 100644 firmwares/zooz/ZEN74-V02-800-LR.json delete mode 100644 firmwares/zooz/ZEN74.json diff --git a/firmwares/zooz/ZEN74-V01.json b/firmwares/zooz/ZEN74-V01.json new file mode 100644 index 0000000..4448618 --- /dev/null +++ b/firmwares/zooz/ZEN74-V01.json @@ -0,0 +1,23 @@ +{ + "devices": [ + { + "brand": "Zooz", + "model": "ZEN74", + "manufacturerId": "0x027a", + "productType": "0x7000", + "productId": "0xa004", + "firmwareVersion": { + "min": "10.0", + "max": "10.255" + } + } + ], + "upgrades": [ + { + "version": "10.10.1", + "changelog": "* Includes firmware versions: 2.10, 2.20, 2.30.\n* Separated ramp rate into 4 new settings: on physical (parameter 9), on Z-Wave (parameter 28), off physical (parameter 27), and off Z-Wave (parameter 29).\n* Improved night light mode (it takes 1 second instead of 2 to turn the night on via night light mode).\n* Added a new setting to indicate remote dimming duration when using the ZEN74 in association with other dimmers (parameter 30.", + "url": "https://www.getzooz.com/firmware/ZEN74_V10R10.gbl", + "integrity": "sha256:3bb9d4249dc70d5f357a326214e7a8874ee21ca563f2d2fe1571c4dda7901049" + } + ] +} diff --git a/firmwares/zooz/ZEN74-V02-800-LR.json b/firmwares/zooz/ZEN74-V02-800-LR.json new file mode 100644 index 0000000..24d6c04 --- /dev/null +++ b/firmwares/zooz/ZEN74-V02-800-LR.json @@ -0,0 +1,24 @@ +{ + "devices": [ + { + "brand": "Zooz", + "model": "ZEN74", + "manufacturerId": "0x027a", + "productType": "0x7000", + "productId": "0xa004", + "firmwareVersion": { + "min": "2.0", + "max": "2.255" + } + } + ], + "upgrades": [ + { + "version": "2.30.0", + "region": "usa", + "changelog": "* Includes firmware versions: 2.10, 2.20, 2.30.\n* Updated.", + "url": "https://www.getzooz.com/firmware/ZEN74_V02R30.gbl", + "integrity": "sha256:f46bec696c623ed0f40a3b606c8e5fdc4ea017f371f57b11718e42b2eea761d8" + } + ] +} diff --git a/firmwares/zooz/ZEN74.json b/firmwares/zooz/ZEN74.json deleted file mode 100644 index 508fd43..0000000 --- a/firmwares/zooz/ZEN74.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "devices": [ - { - "brand": "Zooz", - "model": "ZEN74", - "manufacturerId": "0x027a", - "productType": "0x7000", - "productId": "0xa004", - "firmwareVersion": { - "min": "10.0", - "max": "10.255" - } - } - ], - "upgrades": [ - { - "version": "10.10.1", - "changelog": "* Separated ramp rate into 4 new settings: on physical (parameter 9), on Z-Wave (parameter 28), off physical (parameter 27), and off Z-Wave (parameter 29).\n* Improved night light mode (it takes 1 second instead of 2 to turn the night on via night light mode).\n* Added a new setting to indicate remote dimming duration when using the ZEN74 in association with other dimmers (parameter 30.", - "url": "https://www.getzooz.com/firmware/ZEN74_V10R10.gbl", - "integrity": "sha256:3bb9d4249dc70d5f357a326214e7a8874ee21ca563f2d2fe1571c4dda7901049" - } - ] -} From a08622409fb1ed62c61ebbaa8323e91cee2ac8ac Mon Sep 17 00:00:00 2001 From: Zooz Smart Home <123671726+TSHAdmin@users.noreply.github.com> Date: Fri, 28 Feb 2025 11:05:10 -0500 Subject: [PATCH 2/3] Update ZEN74-V01.json, region and changelog --- firmwares/zooz/ZEN74-V01.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmwares/zooz/ZEN74-V01.json b/firmwares/zooz/ZEN74-V01.json index 4448618..8872b29 100644 --- a/firmwares/zooz/ZEN74-V01.json +++ b/firmwares/zooz/ZEN74-V01.json @@ -15,7 +15,8 @@ "upgrades": [ { "version": "10.10.1", - "changelog": "* Includes firmware versions: 2.10, 2.20, 2.30.\n* Separated ramp rate into 4 new settings: on physical (parameter 9), on Z-Wave (parameter 28), off physical (parameter 27), and off Z-Wave (parameter 29).\n* Improved night light mode (it takes 1 second instead of 2 to turn the night on via night light mode).\n* Added a new setting to indicate remote dimming duration when using the ZEN74 in association with other dimmers (parameter 30.", + "region": "usa", + "changelog": "* Includes firmware versions: 10.10.\n* Separated ramp rate into 4 new settings: on physical (parameter 9), on Z-Wave (parameter 28), off physical (parameter 27), and off Z-Wave (parameter 29).\n* Improved night light mode (it takes 1 second instead of 2 to turn the night on via night light mode).\n* Added a new setting to indicate remote dimming duration when using the ZEN74 in association with other dimmers (parameter 30.", "url": "https://www.getzooz.com/firmware/ZEN74_V10R10.gbl", "integrity": "sha256:3bb9d4249dc70d5f357a326214e7a8874ee21ca563f2d2fe1571c4dda7901049" } From 4756baa6f8b093e57f47b2f373d612fe9644a64b Mon Sep 17 00:00:00 2001 From: Zooz Smart Home <123671726+TSHAdmin@users.noreply.github.com> Date: Fri, 28 Feb 2025 11:07:31 -0500 Subject: [PATCH 3/3] Update ZEN74-V02-800-LR.json - changelog info --- firmwares/zooz/ZEN74-V02-800-LR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmwares/zooz/ZEN74-V02-800-LR.json b/firmwares/zooz/ZEN74-V02-800-LR.json index 24d6c04..272bd3c 100644 --- a/firmwares/zooz/ZEN74-V02-800-LR.json +++ b/firmwares/zooz/ZEN74-V02-800-LR.json @@ -16,7 +16,7 @@ { "version": "2.30.0", "region": "usa", - "changelog": "* Includes firmware versions: 2.10, 2.20, 2.30.\n* Updated.", + "changelog": "* Includes firmware versions: 2.10, 2.20, 2.30.\n* Updated parameter names and short descriptions in the Configuration Command Class.\n* Added a new parameter 34: Basic Set Custom Brightness On.", "url": "https://www.getzooz.com/firmware/ZEN74_V02R30.gbl", "integrity": "sha256:f46bec696c623ed0f40a3b606c8e5fdc4ea017f371f57b11718e42b2eea761d8" }