Skip to content

Commit

Permalink
Added Danfoss Ally firmware (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonThoustrup authored Jan 27, 2021
1 parent 53d2f6a commit 4200cb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file not shown.
8 changes: 8 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -699,5 +699,13 @@
"imageType": 4364,
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Eurotronic/20190408_EUROTRONIC_Spirit_Zigbee_0x00122C380.ota",
"path": "images/Eurotronic/20190408_EUROTRONIC_Spirit_Zigbee_0x00122C380.ota"
},
{
"fileVersion": 264,
"fileSize": 501899,
"manufacturerCode": 4678,
"imageType": 256,
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Danfoss/1246-0100-01080108.0002_(DF4ECCE1).ota",
"path": "images/Danfoss/1246-0100-01080108.0002_(DF4ECCE1).ota"
}
]
3 changes: 2 additions & 1 deletion scripts/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const manufacturerNameLookup = {
4364: 'Osram',
4648: 'Terncy',
4098: 'Tuya',
4151: 'Eurotronic'
4151: 'Eurotronic',
4678: 'Danfoss'
};

const main = async () => {
Expand Down

0 comments on commit 4200cb7

Please sign in to comment.