You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PICS for Step 4a should be updated by removing the double quote PICS: "!PICS_SF_SET && !PICS_SF_DYPF" . The corrected PICS should read: PICS: !PICS_SF_SET && !PICS_SF_DYPF.
The above issue is resolved in PR (project-chip/connectedhomeip#34849) , but the PICS at step 4b needs to be updated to PICS: PWRTL.S.F02 by removing !PWRTL.S.F03, as the AvailableEndpoints attribute depends only on the SET feature according to the spec. Spec screenshot :
Description:
The PICS for Step 4a should be updated by removing the double quote PICS:
"!PICS_SF_SET && !PICS_SF_DYPF"
. The corrected PICS should read:PICS: !PICS_SF_SET && !PICS_SF_DYPF
.Script Reference
https://github.com/project-chip/connectedhomeip/blob/d0d91272068f267cf880f9d56787ca28da885673/src/app/tests/suites/certification/Test_TC_PWRTL_1_1.yaml
The text was updated successfully, but these errors were encountered: