-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Backport v2.9-branch] samples: matter: Fix missing OTA requestor device type. #20029
base: v2.9-branch
Are you sure you want to change the base?
[Backport v2.9-branch] samples: matter: Fix missing OTA requestor device type. #20029
Conversation
According to Matter 1.4 certification IDM-10.5 test case the device should contain OTA requestor device type on endpoint 0. In all Matter samples there is no such as device type. We need to fix it to pass the certification test case. Signed-off-by: Arkadiusz Balys <[email protected]> (cherry picked from commit 9d1b151)
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: e4bf404841c89da66ca3a9b42806961414957b3e more detailssdk-nrf:
Github labels
List of changed files detected by CI (25)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
According to the Matter 1.4 certification IDM-10.5 test case, the device should contain the OTA requestor device type on endpoint 0.
In all Matter samples, there is no such device type. We need to fix it to pass the certification test case.
(cherry picked from commit 9d1b151)