mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 13:54:16 +00:00
Add Eurotronic SPZB0001 firmware. https://github.com/Koenkk/zigbee2mqtt/discussions/2921#discussioncomment-312151
This commit is contained in:
Binary file not shown.
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -13,7 +13,8 @@ const manufacturerNameLookup = {
|
||||
4489: 'Ledvance',
|
||||
4364: 'Osram',
|
||||
4648: 'Terncy',
|
||||
4098: 'Tuya'
|
||||
4098: 'Tuya',
|
||||
4151: 'Eurotronic'
|
||||
};
|
||||
|
||||
const main = async () => {
|
||||
|
||||
Reference in New Issue
Block a user