mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-09-17 18:18:49 +00:00
Support OTA for Danalock V3-BTZBE (#258)
* Danalock firmware added * sorted: manufacturerNameLookup * added: modelId
This commit is contained in:
+16
-15
@@ -7,30 +7,31 @@ const modelId = process.argv[3];
|
||||
const baseURL = 'https://github.com/Koenkk/zigbee-OTA/raw/master';
|
||||
|
||||
const manufacturerNameLookup = {
|
||||
123: 'UHome',
|
||||
4098: 'Tuya',
|
||||
4107: 'Hue',
|
||||
4117: 'Develco',
|
||||
4129: 'Legrand',
|
||||
4474: 'Insta',
|
||||
4448: 'Sengled',
|
||||
4420: 'Lutron',
|
||||
4405: 'DresdenElektronik',
|
||||
4489: 'Ledvance',
|
||||
4151: 'Jennic',
|
||||
4364: 'Osram',
|
||||
4405: 'DresdenElektronik',
|
||||
4417: 'Telink',
|
||||
4420: 'Lutron',
|
||||
4444: 'Danalock',
|
||||
4447: 'Xiaomi',
|
||||
4448: 'Sengled',
|
||||
4454: 'Innr',
|
||||
4474: 'Insta',
|
||||
4489: 'Ledvance',
|
||||
4617: 'Bosch',
|
||||
4644: 'Namron',
|
||||
4648: 'Terncy',
|
||||
4098: 'Tuya',
|
||||
4151: 'Jennic',
|
||||
4659: 'ThirdReality',
|
||||
4678: 'Danfoss',
|
||||
4687: 'Gledopto',
|
||||
4919: 'Datek',
|
||||
4447: 'Xiaomi',
|
||||
10132: 'ClimaxTechnology',
|
||||
4417: 'Telink',
|
||||
4742: 'Sonoff',
|
||||
4454: 'Innr',
|
||||
4659: 'ThirdReality',
|
||||
123: 'UHome',
|
||||
4617: 'Bosch',
|
||||
4919: 'Datek',
|
||||
10132: 'ClimaxTechnology',
|
||||
};
|
||||
|
||||
const main = async () => {
|
||||
|
||||
Reference in New Issue
Block a user