This commit is contained in:
Koen Kanters
2020-07-06 22:56:59 +02:00
parent f40c94fbe2
commit 891bfa3aa0
3 changed files with 9 additions and 0 deletions

View File

@@ -180,5 +180,13 @@
"manufacturerCode": 4420,
"imageType": 0,
"url": "http://fds.dc1.philips.com/firmware/ZGB_1144_0000/3040/Superman_v3_04_Release_3040.ota"
},
{
"fileVersion": 537919648,
"fileSize": 197247,
"manufacturerCode": 4405,
"imageType": 0,
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/DresdenElektronik/1135-0000-201000A0-FLS-PP3_RGBW.zigbee",
"path": "images/DresdenElektronik/1135-0000-201000A0-FLS-PP3_RGBW.zigbee"
}
]

View File

@@ -9,6 +9,7 @@ const manufacturerNameLookup = {
4474: 'Insta',
4448: 'Sengled',
4420: 'Lutron',
4405: 'DresdenElektronik',
};
const main = async () => {