Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ZigbeeTLc for Z03MMC to v0.1.2.3 #598

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

bjrnptrsn
Copy link
Contributor

This time without index.json

This comment was marked as outdated.

Copy link
Contributor

Merging this pull request will add these changes in a following commit:

diff --git a/images/Telink/1141-020a-01223001-Z03MMC.zigbee b/images/Telink/1141-020a-01223001-Z03MMC.zigbee
deleted file mode 100644
index 964172a..0000000
Binary files a/images/Telink/1141-020a-01223001-Z03MMC.zigbee and /dev/null differ
diff --git a/index.json b/index.json
index 3bfa8dc..796028a 100644
--- a/index.json
+++ b/index.json
@@ -3957,16 +3957,6 @@
     "sha512": "3976e5a67ec50a54d05dc2b5ed69f94fe1bd989663e8855511cacf00c4472cf904a2f51d63909374258fc7a2943e6b412a3c47cd5cb7282690c7a5c4d7c24828",
     "otaHeaderString": "Telink OTA BLE device\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
   },
-  {
-    "fileName": "1141-020a-01223001-Z03MMC.zigbee",
-    "fileVersion": 19017729,
-    "fileSize": 128578,
-    "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Telink/1141-020a-01223001-Z03MMC.zigbee",
-    "imageType": 522,
-    "manufacturerCode": 4417,
-    "sha512": "79f10f76c9e3350ed192396c7dcc0483d5fdaf023133b04814ffd168cd4511c9f5bbdeffc08520850e54d243df4a91bac1a8302e1648e576004e2fbc39b06eab",
-    "otaHeaderString": "Telink Zigbee OTA\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
-  },
   {
     "fileName": "1663234985-oem_ztu_dimmer1_klt_OTA_1.0.6.bin",
     "fileVersion": 70,
@@ -7041,5 +7031,15 @@
     "otaHeaderString": "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
     "releaseNotes": "https://github.com/xyzroe/ZigUSB_C6/releases/tag/407",
     "modelId": "ZigUSB_C6"
+  },
+  {
+    "fileName": "1141-020a-01233001-Z03MMC.zigbee",
+    "fileVersion": 19083265,
+    "fileSize": 128754,
+    "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Telink/1141-020a-01233001-Z03MMC.zigbee",
+    "imageType": 522,
+    "manufacturerCode": 4417,
+    "sha512": "3e384baeddae177b638f6d191d5bcb43b3a696e6996187ca6cb8f877c099c3e316344d391cbba0dcd391261fb821c0313987cf35969b2e674a70735ac42f1133",
+    "otaHeaderString": "Telink Zigbee OTA\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
   }
 ]
\ No newline at end of file
diff --git a/index1.json b/index1.json
index f0da30f..d15fc7b 100644
--- a/index1.json
+++ b/index1.json
@@ -1215,5 +1215,15 @@
     "otaHeaderString": "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
     "modelId": "ZigUSB_C6",
     "releaseNotes": "https://github.com/xyzroe/ZigUSB_C6/releases/tag/324"
+  },
+  {
+    "fileName": "1141-020a-01223001-Z03MMC.zigbee",
+    "fileVersion": 19017729,
+    "fileSize": 128578,
+    "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images1/Telink/1141-020a-01223001-Z03MMC.zigbee",
+    "imageType": 522,
+    "manufacturerCode": 4417,
+    "sha512": "79f10f76c9e3350ed192396c7dcc0483d5fdaf023133b04814ffd168cd4511c9f5bbdeffc08520850e54d243df4a91bac1a8302e1648e576004e2fbc39b06eab",
+    "otaHeaderString": "Telink Zigbee OTA\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
   }
 ]
\ No newline at end of file

@Nerivec
Copy link
Collaborator

Nerivec commented Nov 11, 2024

Sorry, missed it in previous PR, but you also don't want to delete the older file, otherwise it won't be archived (for future downgrading capabilities). The automation will move it when the PR is merged.
I added it back 😉

@bjrnptrsn
Copy link
Contributor Author

Many thanks and sorry for that. I had oriented myself to previous requests. Reminds me on reading more properly next time.

@Koenkk Koenkk merged commit 4c50592 into Koenkk:master Nov 11, 2024
1 check passed
@Koenkk
Copy link
Owner

Koenkk commented Nov 11, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants