Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial logic group firmwares #43

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions firmwares/logic-group/ZBA7140.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
19 changes: 19 additions & 0 deletions firmwares/logic-group/ZDB5100.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}