diff --git a/images/Eurotronic/20190408_EUROTRONIC_Spirit_Zigbee_0x00122C380.ota b/images/Eurotronic/20190408_EUROTRONIC_Spirit_Zigbee_0x00122C380.ota new file mode 100644 index 0000000..f5198b8 Binary files /dev/null and b/images/Eurotronic/20190408_EUROTRONIC_Spirit_Zigbee_0x00122C380.ota differ diff --git a/index.json b/index.json index 2fe1b75..61f99e9 100644 --- a/index.json +++ b/index.json @@ -691,5 +691,13 @@ "imageType": 0, "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Terncy/TERNCY-SD01_v46.OTA", "path": "images/Terncy/TERNCY-SD01_v46.OTA" + }, + { + "fileVersion": 19055488, + "fileSize": 185294, + "manufacturerCode": 4151, + "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" } ] \ No newline at end of file diff --git a/scripts/add.js b/scripts/add.js index e24c0dd..7367c23 100644 --- a/scripts/add.js +++ b/scripts/add.js @@ -13,7 +13,8 @@ const manufacturerNameLookup = { 4489: 'Ledvance', 4364: 'Osram', 4648: 'Terncy', - 4098: 'Tuya' + 4098: 'Tuya', + 4151: 'Eurotronic' }; const main = async () => {