mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 14:28:03 +00:00
Support OTA for Danalock V3-BTZBE (#258)
* Danalock firmware added * sorted: manufacturerNameLookup * added: modelId
This commit is contained in:
Binary file not shown.
10
index.json
10
index.json
@@ -2346,5 +2346,15 @@
|
||||
"modelId": "lumi.light.acn003",
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Xiaomi/20220331205509_OTA_lumi.light.acn003_0.0.0_0028_20220331_D275B9.ota",
|
||||
"path": "images/Xiaomi/20220331205509_OTA_lumi.light.acn003_0.0.0_0028_20220331_D275B9.ota"
|
||||
},
|
||||
{
|
||||
"fileVersion": 285474816,
|
||||
"fileSize": 204794,
|
||||
"manufacturerCode": 4444,
|
||||
"imageType": 4,
|
||||
"sha512": "44e421aecf5b0c5793a1ba836257f8601408e1dcc2832846b0093e7c2f2a4c100632b8a71ef346b9c611be1d15602bcc3b693002994830b8e857da6e931f6722",
|
||||
"modelId": "V3-BTZBE",
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Danalock/115C-0004-11040000-ZigbeeXM_101-029_E1_DanalockV3_17.4.0_20221213143911.ota",
|
||||
"path": "images/Danalock/115C-0004-11040000-ZigbeeXM_101-029_E1_DanalockV3_17.4.0_20221213143911.ota"
|
||||
}
|
||||
]
|
||||
@@ -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