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
If my device has multiple identical endpoints, such as 3 On/Off and 3 Level Control endpoints, do I need to upload the PICS XML for all of them during the Matter harness test? If yes, why is it required, considering that all identical endpoints will have the same PICS files?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
PICS files of Multiple endpoints in Matter harness test
PICS files of Multiple endpoints in Matter harness test (CON-1450)
Dec 3, 2024
If the data model on the three application endpoints are the same, you could provide PICS files for one application endpoint and notice the ATL that all the application endpoints are the same.
But it is better to provide PICS files in the following file directory structure
-- PICS ---- Base.xml
|
--- endpoint0 ---- cluster-pics-files on endpoint 0
| .....
--- endpointX ---- cluster-pics-files on endpoint X
If my device has multiple identical endpoints, such as 3 On/Off and 3 Level Control endpoints, do I need to upload the PICS XML for all of them during the Matter harness test? If yes, why is it required, considering that all identical endpoints will have the same PICS files?
The text was updated successfully, but these errors were encountered: