-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
samples: matter: Fix missing OTA requestor device type. #19543
samples: matter: Fix missing OTA requestor device type. #19543
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 94a920cd5eaf88d8faa45d0484f586edba7009ba 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. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
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]>
d8277a5
to
94a920c
Compare
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.
ref: KRKNWK-19804