Support OTA for Danalock V3-BTZBE (#258)

* Danalock firmware added

* sorted: manufacturerNameLookup

* added: modelId
This commit is contained in:
Lukas Schulte
2023-02-13 19:26:04 +01:00
committed by GitHub
parent e806312455
commit bdea5d094d
3 changed files with 26 additions and 15 deletions
+16 -15
View File
@@ -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 () => {