From 505a999519f41c978f98ad8106530e33c671bfa9 Mon Sep 17 00:00:00 2001 From: Austin Hendrix Date: Sun, 5 Feb 2023 20:04:53 -0800 Subject: [PATCH 1/2] Import Leviton firmware from upstream. --- firmwares/leviton/DK1KD.json | 21 +++++++++++++++++++++ firmwares/leviton/DZ15S.json | 21 +++++++++++++++++++++ firmwares/leviton/DZ6HD.json | 21 +++++++++++++++++++++ firmwares/leviton/DZPA1.json | 21 +++++++++++++++++++++ firmwares/leviton/DZPD3.json | 21 +++++++++++++++++++++ 5 files changed, 105 insertions(+) create mode 100644 firmwares/leviton/DK1KD.json create mode 100644 firmwares/leviton/DZ15S.json create mode 100644 firmwares/leviton/DZ6HD.json create mode 100644 firmwares/leviton/DZPA1.json create mode 100644 firmwares/leviton/DZPD3.json diff --git a/firmwares/leviton/DK1KD.json b/firmwares/leviton/DK1KD.json new file mode 100644 index 0000000..7d2ac08 --- /dev/null +++ b/firmwares/leviton/DK1KD.json @@ -0,0 +1,21 @@ +{ + "devices": [ + { + // https://products.z-wavealliance.org/products/1956?selectedFrequencyId=2 + "brand": "Leviton", + "model": "DK1KD", + "manufacturerId": "0x001d", + "productType": "0x3301", + "productId": "0x0001", + } + ], + "upgrades": [ + { + "version": "1.22", + "changelog": "Latest Leviton Firmware", + "target": 0, + "url": "https://hubconnecteddecorasmart.leviton.com/hc/en-us/article_attachments/7150650664091/DZ1KD_v1_22.ota", + "integrity": "sha256:974c4cede0176bc21478faa77394de9e1d1707bed233134dd1eb080f13459f33", + } + ] +} diff --git a/firmwares/leviton/DZ15S.json b/firmwares/leviton/DZ15S.json new file mode 100644 index 0000000..07604c1 --- /dev/null +++ b/firmwares/leviton/DZ15S.json @@ -0,0 +1,21 @@ +{ + "devices": [ + { + // https://products.z-wavealliance.org/products/1957?selectedFrequencyId=2 + "brand": "Leviton", + "model": "DZ15S", + "manufacturerId": "0x001d", + "productType": "0x3401", + "productId": "0x0001", + } + ], + "upgrades": [ + { + "version": "1.23", + "changelog": "Latest Leviton Firmware", + "target": 0, + "url": "https://hubconnecteddecorasmart.leviton.com/hc/en-us/article_attachments/7150678400027/DZ15S_v1_23.ota", + "integrity": "sha256:a7be23590211edb1cc264edf2209d355786317d4d6eb04708609425402bff71d", + } + ] +} diff --git a/firmwares/leviton/DZ6HD.json b/firmwares/leviton/DZ6HD.json new file mode 100644 index 0000000..eae6bcc --- /dev/null +++ b/firmwares/leviton/DZ6HD.json @@ -0,0 +1,21 @@ +{ + "devices": [ + { + // https://products.z-wavealliance.org/products/1910?selectedFrequencyId=2 + "brand": "Leviton", + "model": "DZ6HD", + "manufacturerId": "0x001d", + "productType": "0x3201", + "productId": "0x0001", + } + ], + "upgrades": [ + { + "version": "1.22", + "changelog": "Latest Leviton Firmware", + "target": 0, + "url": "https://hubconnecteddecorasmart.leviton.com/hc/en-us/article_attachments/7150650614043/DZ6HD_v1_22.ota", + "integrity": "sha256:502141714eeb1868e85f0545f5b86f4639ee04de4c984c48202ba20b7192c79a", + } + ] +} diff --git a/firmwares/leviton/DZPA1.json b/firmwares/leviton/DZPA1.json new file mode 100644 index 0000000..5e3f5f2 --- /dev/null +++ b/firmwares/leviton/DZPA1.json @@ -0,0 +1,21 @@ +{ + "devices": [ + { + // https://products.z-wavealliance.org/products/1959?selectedFrequencyId=2 + "brand": "Leviton", + "model": "DZPA1", + "manufacturerId": "0x001d", + "productType": "0x3601", + "productId": "0x0001", + } + ], + "upgrades": [ + { + "version": "1.23", + "changelog": "Latest Leviton Firmware", + "target": 0, + "url": "https://hubconnecteddecorasmart.leviton.com/hc/en-us/article_attachments/7150679340315/DZPA1_v1_23.ota", + "integrity": "sha256:04b1d208553ea12a0361e293333835c200cb18e879ec4c4e877b5af7dcf182cc", + } + ] +} diff --git a/firmwares/leviton/DZPD3.json b/firmwares/leviton/DZPD3.json new file mode 100644 index 0000000..7dd1422 --- /dev/null +++ b/firmwares/leviton/DZPD3.json @@ -0,0 +1,21 @@ +{ + "devices": [ + { + // https://products.z-wavealliance.org/products/1958?selectedFrequencyId=2 + "brand": "Leviton", + "model": "DZPD3", + "manufacturerId": "0x001d", + "productType": "0x3501", + "productId": "0x0001", + } + ], + "upgrades": [ + { + "version": "1.22", + "changelog": "Latest Leviton Firmware", + "target": 0, + "url": "https://hubconnecteddecorasmart.leviton.com/hc/en-us/article_attachments/7150704823963/DZPD3_v1_22.ota", + "integrity": "sha256:e8c5537eb92462bfdfa5730bac03ae37f4191ad88a846834ed7f0e078daa932f", + } + ] +} From 09efdbea77068223b3c7dc830043cd5e96451d09 Mon Sep 17 00:00:00 2001 From: Austin Hendrix Date: Sun, 5 Feb 2023 20:11:32 -0800 Subject: [PATCH 2/2] Fix file name. --- firmwares/leviton/{DK1KD.json => DZ1KD.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename firmwares/leviton/{DK1KD.json => DZ1KD.json} (94%) diff --git a/firmwares/leviton/DK1KD.json b/firmwares/leviton/DZ1KD.json similarity index 94% rename from firmwares/leviton/DK1KD.json rename to firmwares/leviton/DZ1KD.json index 7d2ac08..5739061 100644 --- a/firmwares/leviton/DK1KD.json +++ b/firmwares/leviton/DZ1KD.json @@ -3,7 +3,7 @@ { // https://products.z-wavealliance.org/products/1956?selectedFrequencyId=2 "brand": "Leviton", - "model": "DK1KD", + "model": "DZ1KD", "manufacturerId": "0x001d", "productType": "0x3301", "productId": "0x0001",