From f48c82514409f7ea31302c9d263e7b94f2affb2b Mon Sep 17 00:00:00 2001 From: xyzroe Date: Sat, 19 Oct 2024 19:49:09 +0200 Subject: [PATCH] Add ZigUSB_C6 the latest firmware (#574) --- index.json | 8 ++++++++ scripts/add.js | 1 + 2 files changed, 9 insertions(+) diff --git a/index.json b/index.json index 57b838c..b0e0aac 100644 --- a/index.json +++ b/index.json @@ -4043,5 +4043,13 @@ "sha512": "55de851ccec9042d8fcc2c9de66c4a53f8d7584119efcaf299021be9efe5007c05bad27691c396c453ea67fb0f15f4a1d7cb48bf5819ccd85913636d4831d555", "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Jennic/USM300Z_OTA_ENC_V6_ENC.ota", "path": "images/Jennic/USM300Z_OTA_ENC_V6_ENC.ota" + }, + { + "fileVersion": 317, + "fileSize": 693230, + "manufacturerCode": 13379, + "imageType": 4113, + "sha512": "66040fb2b2787bf8ebfc75bc3c7356c7d8b966b4c82282bd7393783b8dc453ec2c8dcb4d7c9fe7c0a83d87739bd3677f205d79edddfa4fa2749305ca987887b1", + "url": "https://github.com/xyzroe/ZigUSB_C6/releases/download/317/ZigUSB_C6.ota" } ] \ No newline at end of file diff --git a/scripts/add.js b/scripts/add.js index e14c76c..0c4fc2b 100644 --- a/scripts/add.js +++ b/scripts/add.js @@ -45,6 +45,7 @@ const manufacturerNameLookup = { 4636: 'Aurora', 56085: 'DIY', 5127: '3R', + 13379: 'xyzroe', }; const main = async () => {