mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 12:44:25 +00:00
Added Danfoss Ally firmware (#18)
This commit is contained in:
BIN
images/Danfoss/1246-0100-01080108.0002_(DF4ECCE1).ota
Normal file
BIN
images/Danfoss/1246-0100-01080108.0002_(DF4ECCE1).ota
Normal file
Binary file not shown.
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -14,7 +14,8 @@ const manufacturerNameLookup = {
|
||||
4364: 'Osram',
|
||||
4648: 'Terncy',
|
||||
4098: 'Tuya',
|
||||
4151: 'Eurotronic'
|
||||
4151: 'Eurotronic',
|
||||
4678: 'Danfoss'
|
||||
};
|
||||
|
||||
const main = async () => {
|
||||
|
||||
Reference in New Issue
Block a user