diff --git a/firmwares/zooz/ZEN74-V01.json b/firmwares/zooz/ZEN74-V01.json new file mode 100644 index 0000000..8872b29 --- /dev/null +++ b/firmwares/zooz/ZEN74-V01.json @@ -0,0 +1,24 @@ +{ + "devices": [ + { + "brand": "Zooz", + "model": "ZEN74", + "manufacturerId": "0x027a", + "productType": "0x7000", + "productId": "0xa004", + "firmwareVersion": { + "min": "10.0", + "max": "10.255" + } + } + ], + "upgrades": [ + { + "version": "10.10.1", + "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" + } + ] +} diff --git a/firmwares/zooz/ZEN74-V02-800-LR.json b/firmwares/zooz/ZEN74-V02-800-LR.json new file mode 100644 index 0000000..272bd3c --- /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 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" + } + ] +} 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" - } - ] -}