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

Added the v1.0.4 firmware of ZBMINIR2, adding the function of network… #626

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

liubotongs
Copy link
Contributor

… indicator control setting.

Copy link
Contributor

Detected changes in files outside of images directory. This is not allowed for a pull request with OTA files.

@liubotongs
Copy link
Contributor Author

图片
This does not need to update the index.json file.

Copy link
Contributor

Detected changes in files outside of images directory. This is not allowed for a pull request with OTA files.

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/Sonoff/zbminir2_v1.0.2.ota b/images/Sonoff/zbminir2_v1.0.2.ota
deleted file mode 100644
index 62bb111..0000000
Binary files a/images/Sonoff/zbminir2_v1.0.2.ota and /dev/null differ
diff --git a/index.json b/index.json
index e3f277c..439ba72 100644
--- a/index.json
+++ b/index.json
@@ -3833,16 +3833,6 @@
     "sha512": "c80d29e84e3019a84f7a3bdb3e84a3b462e2516c7de5120cdbb68a0e474fcb8b1c5d8eb79b204ad2d9c5af2bed4e544588b192b7884d493a11f82d4ac8625177",
     "otaHeaderString": "ota-file-test\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
   },
-  {
-    "fileName": "zbminir2_v1.0.2.ota",
-    "fileVersion": 4098,
-    "fileSize": 275788,
-    "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Sonoff/zbminir2_v1.0.2.ota",
-    "imageType": 8,
-    "manufacturerCode": 4742,
-    "sha512": "b5c5a93ab84607292248e5262ccf0b8c250326d6ed5395c0d8818697b4286df5d85567a63bad7734a959bbaf58b83f9289ff027783284b11de5dfea8a48921ba",
-    "otaHeaderString": "ota-file-test\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
-  },
   {
     "fileName": "zbswv_v1.0.4.ota",
     "fileVersion": 4100,
@@ -7114,5 +7104,15 @@
     "otaHeaderString": "RBSH-TRV0-ZB-EU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
     "modelId": "RBSH-TRV0-ZB-EU",
     "releaseNotes": "1. Fix error E03, which can happen on some radiators after some time"
+  },
+  {
+    "fileName": "zbminir2_v1.0.4.ota",
+    "fileVersion": 4100,
+    "fileSize": 276694,
+    "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Sonoff/zbminir2_v1.0.4.ota",
+    "imageType": 8,
+    "manufacturerCode": 4742,
+    "sha512": "66b781d8aa2bf5f6cdae2679382bce99b73887f1588008c7d43b9a4ff5ba284463206354b4b8dc01b0a916887c05619350b73ae68c4d1db7a1c76afc1d9975f3",
+    "otaHeaderString": "ota-file-test\u0000\u0000\u0000\u0000\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 faa0e4c..72f11b4 100644
--- a/index1.json
+++ b/index1.json
@@ -1291,5 +1291,15 @@
     "sha512": "ce5794daa1db129018229d15a4c7340ff2181fdf1374a6c17b7209d2d4a9c48edd7de747298eed5ce6e4862cb7cb706feaf0dc58155984b64bdc02c3f70ff5fc",
     "otaHeaderString": "RBSH-TRV0-ZB-EU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
     "modelId": "RBSH-TRV0-ZB-EU"
+  },
+  {
+    "fileName": "zbminir2_v1.0.2.ota",
+    "fileVersion": 4098,
+    "fileSize": 275788,
+    "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images1/Sonoff/zbminir2_v1.0.2.ota",
+    "imageType": 8,
+    "manufacturerCode": 4742,
+    "sha512": "b5c5a93ab84607292248e5262ccf0b8c250326d6ed5395c0d8818697b4286df5d85567a63bad7734a959bbaf58b83f9289ff027783284b11de5dfea8a48921ba",
+    "otaHeaderString": "ota-file-test\u0000\u0000\u0000\u0000\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 Dec 13, 2024

You should disable the workflows in your fork to avoid errors on that side. They are meant to be run here.
Commits from fork workflows cannot be included in PRs, it will mess with the workflows here.

@Koenkk Koenkk merged commit 6eac597 into Koenkk:master Dec 13, 2024
1 check passed
@Koenkk
Copy link
Owner

Koenkk commented Dec 13, 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