Added Danfoss Ally firmware (#18)

This commit is contained in:
SimonThoustrup
2021-01-27 18:56:12 +01:00
committed by GitHub
parent 53d2f6af9c
commit 4200cb763a
3 changed files with 10 additions and 1 deletions

Binary file not shown.

View File

@@ -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"
}
]

View File

@@ -14,7 +14,8 @@ const manufacturerNameLookup = {
4364: 'Osram',
4648: 'Terncy',
4098: 'Tuya',
4151: 'Eurotronic'
4151: 'Eurotronic',
4678: 'Danfoss'
};
const main = async () => {