This commit is contained in:
Koen Kanters
2021-01-26 20:14:53 +01:00
parent 497ceb2562
commit 53d2f6af9c
3 changed files with 10 additions and 1 deletions

View File

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

View File

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