diff --git a/images/Danalock/115C-0004-11040000-ZigbeeXM_101-029_E1_DanalockV3_17.4.0_20221213143911.ota b/images/Danalock/115C-0004-11040000-ZigbeeXM_101-029_E1_DanalockV3_17.4.0_20221213143911.ota new file mode 100644 index 0000000..4001d9d Binary files /dev/null and b/images/Danalock/115C-0004-11040000-ZigbeeXM_101-029_E1_DanalockV3_17.4.0_20221213143911.ota differ diff --git a/index.json b/index.json index eaf2fb2..1b54852 100644 --- a/index.json +++ b/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" } ] \ No newline at end of file diff --git a/scripts/add.js b/scripts/add.js index 1491bb1..ac4a887 100644 --- a/scripts/add.js +++ b/scripts/add.js @@ -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 () => {