diff --git a/images/Danfoss/1246-0100-01080108.0002_(DF4ECCE1).ota b/images/Danfoss/1246-0100-01080108.0002_(DF4ECCE1).ota new file mode 100644 index 0000000..e40201d Binary files /dev/null and b/images/Danfoss/1246-0100-01080108.0002_(DF4ECCE1).ota differ diff --git a/index.json b/index.json index 61f99e9..a93d460 100644 --- a/index.json +++ b/index.json @@ -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" } ] \ No newline at end of file diff --git a/scripts/add.js b/scripts/add.js index 7367c23..895b26b 100644 --- a/scripts/add.js +++ b/scripts/add.js @@ -14,7 +14,8 @@ const manufacturerNameLookup = { 4364: 'Osram', 4648: 'Terncy', 4098: 'Tuya', - 4151: 'Eurotronic' + 4151: 'Eurotronic', + 4678: 'Danfoss' }; const main = async () => {