From c4ed84e2e2b7cbfe7a1a9c34879fd0c3d7705cd1 Mon Sep 17 00:00:00 2001 From: Michael Bisbjerg Date: Sat, 26 Nov 2022 01:15:48 +0100 Subject: [PATCH] Add initial logic group firmwares --- firmwares/logic-group/ZBA7140.json | 19 +++++++++++++++++++ firmwares/logic-group/ZDB5100.json | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 firmwares/logic-group/ZBA7140.json create mode 100644 firmwares/logic-group/ZDB5100.json diff --git a/firmwares/logic-group/ZBA7140.json b/firmwares/logic-group/ZBA7140.json new file mode 100644 index 0000000..cfa3bf6 --- /dev/null +++ b/firmwares/logic-group/ZBA7140.json @@ -0,0 +1,19 @@ +{ + "devices": [ + { + "brand": "Logic Group", + "model": "ZBA7140 Matrix ZBA", + "manufacturerId": "0x0234", + "productType": "0x0004", + "productId": "0x0129" + } + ], + "upgrades": [ + { + "version": "1.8", + "changelog": "Bugfix.", + "url": "https://logic-group.com/download/6936/", + "integrity": "sha256:feb977032263e7e4081c31a45ae65307b9a2dd47852fd83719cc8b25748410df" + } + ] +} diff --git a/firmwares/logic-group/ZDB5100.json b/firmwares/logic-group/ZDB5100.json new file mode 100644 index 0000000..94eab50 --- /dev/null +++ b/firmwares/logic-group/ZDB5100.json @@ -0,0 +1,19 @@ +{ + "devices": [ + { + "brand": "Logic Group", + "model": "ZDB5100 Matrix", + "manufacturerId": "0x0234", + "productType": "0x0003", + "productId": "0x0121" + } + ], + "upgrades": [ + { + "version": "1.8", + "changelog": "Problem med single-channel associeringer er løst (problem med associering til DIMMY version 1.01).\nSynkron blink med baggrundslys.\nSætte niveau for næste gang lyset tændes.", + "url": "https://logic-group.com/download/4235/", + "integrity": "sha256:d9b302b3bceb8243e7cc74dcb05c4ca504febb693898bbad90bca09c8e84a4bf" + } + ] +}