From d47826a84deaa4b24c4ddeca62b004351c48d5b7 Mon Sep 17 00:00:00 2001 From: Robert Williams <1266467+bobdoah@users.noreply.github.com> Date: Sat, 20 Dec 2025 22:43:23 +0000 Subject: [PATCH 1/3] Add Zooz ZAC93 V1.x --- firmwares/zooz/ZAC93-V01.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 firmwares/zooz/ZAC93-V01.json diff --git a/firmwares/zooz/ZAC93-V01.json b/firmwares/zooz/ZAC93-V01.json new file mode 100644 index 0000000..2fac1a7 --- /dev/null +++ b/firmwares/zooz/ZAC93-V01.json @@ -0,0 +1,31 @@ +{ + "devices": [ + { + "brand": "Zooz", + "model": "ZAC93", + "manufacturerId": "0x027a", + "productType": "0x0004", + "productId": "0x0611", + "firmwareVersion": { + "min": "0.0", + "max": "1.255" + } + } + ], + "upgrades": [ + { + "version": "1.50.0", + "region": "usa", + "changelog": "Based on Z-Wave SDK Version 7.22.1", + "url": "https://www.getzooz.com/firmware/ZAC93_SDK_7.22.1_US-LR_V01R50.zip", + "integrity": "sha256:3a9f66aaba187da5f28b46a054368e129ce5a39b2b19c890e36a7c1f2bb9b1a6" + }, + { + "version": "1.50.0", + "region": "europe", + "changelog": "Based on Z-Wave SDK Version 7.22.1", + "url": "https://www.getzooz.com/firmware/ZAC93_SDK_7.22.1_EU-V01R50.zip", + "integrity": "sha256:2097c4bb1cb3f6ed19a5b9ed8c6ae2c631fbb17e54cee6bb145f31cfef32da06" + } + ] +} From 629de9f08d122eb36cc185dc84b2fdaee6b3654a Mon Sep 17 00:00:00 2001 From: bobdoah <1266467+bobdoah@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:10:19 +0000 Subject: [PATCH 2/3] Update firmwares/zooz/ZAC93-V01.json Co-authored-by: ZOOZ Smart Home --- firmwares/zooz/ZAC93-V01.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmwares/zooz/ZAC93-V01.json b/firmwares/zooz/ZAC93-V01.json index 2fac1a7..f9984c2 100644 --- a/firmwares/zooz/ZAC93-V01.json +++ b/firmwares/zooz/ZAC93-V01.json @@ -17,7 +17,7 @@ "version": "1.50.0", "region": "usa", "changelog": "Based on Z-Wave SDK Version 7.22.1", - "url": "https://www.getzooz.com/firmware/ZAC93_SDK_7.22.1_US-LR_V01R50.zip", + "url": "https://www.getzooz.com/firmware/ZAC93_SDK_7.22.1_US-LR_V01R50.gbl", "integrity": "sha256:3a9f66aaba187da5f28b46a054368e129ce5a39b2b19c890e36a7c1f2bb9b1a6" }, { From 6de0362e3b302d9b923b57b094a75abf04d30862 Mon Sep 17 00:00:00 2001 From: bobdoah <1266467+bobdoah@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:10:50 +0000 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: ZOOZ Smart Home --- firmwares/zooz/ZAC93-V01.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/firmwares/zooz/ZAC93-V01.json b/firmwares/zooz/ZAC93-V01.json index f9984c2..5509f5d 100644 --- a/firmwares/zooz/ZAC93-V01.json +++ b/firmwares/zooz/ZAC93-V01.json @@ -16,16 +16,16 @@ { "version": "1.50.0", "region": "usa", - "changelog": "Based on Z-Wave SDK Version 7.22.1", + "changelog": "* Includes firmware versions: 1.01, 1.03, 1.04, 1.10, 1.20, 1.30, 1.40, 1.50\n* Based on Z-Wave SDK Version 7.22.1", "url": "https://www.getzooz.com/firmware/ZAC93_SDK_7.22.1_US-LR_V01R50.gbl", - "integrity": "sha256:3a9f66aaba187da5f28b46a054368e129ce5a39b2b19c890e36a7c1f2bb9b1a6" + "integrity": "sha256:43f0ae779ed2dd465ad5c31ca31c62e85d66932579fc13bf94115793418043db" }, { "version": "1.50.0", "region": "europe", - "changelog": "Based on Z-Wave SDK Version 7.22.1", - "url": "https://www.getzooz.com/firmware/ZAC93_SDK_7.22.1_EU-V01R50.zip", - "integrity": "sha256:2097c4bb1cb3f6ed19a5b9ed8c6ae2c631fbb17e54cee6bb145f31cfef32da06" + "changelog": "* Includes firmware versions: 1.01, 1.03, 1.04, 1.10, 1.20, 1.30, 1.40, 1.50\n* Based on Z-Wave SDK Version 7.22.1", + "url": "https://www.getzooz.com/firmware/ZAC93_SDK_7.22.1_EU_V01R50.gbl", + "integrity": "sha256:36f09431f8160d2769df2523d0fee2bd30c53934e2836b4e9500c5b7ce40386a" } ] }