zap icon indicating copy to clipboard operation
zap copied to clipboard

"Profile ID" is meaningless for Matter

Open bzbarsky-apple opened this issue 3 years ago • 5 comments

See https://github.com/project-chip/connectedhomeip/issues/5637 but this is really a ZAP UI issue: when configuring a Matter app, "Profile ID" makes no sense.

bzbarsky-apple avatar Jan 26 '22 06:01 bzbarsky-apple

WE need to create a master mechanism for manipulating the UI driven from the SDK.

wehale avatar Feb 01 '22 15:02 wehale

It isn't just teh Profile Id, there are many things that are different in the UI for Matter as opposed to Zigbee, this needs to be configurable through key/value pairs in the SDK.

wehale avatar Feb 01 '22 15:02 wehale

I've added a mechanism for this: if you add a section "uiOptions" into zcl.json, this will propagate through REST API via httpGetUiOptions REST call in user-data.js. (At the time of writing this code is still in a PR, not yet on master).

tecimovic avatar Feb 10 '22 13:02 tecimovic

See PR https://github.com/project-chip/zap/pull/414 It contains the code that gives you the httpGetUiOptions REST API.

tecimovic avatar Feb 10 '22 13:02 tecimovic

https://github.com/project-chip/zap/pull/653

Amirreza-Ghasemkhani avatar Aug 26 '22 13:08 Amirreza-Ghasemkhani

feel free to close this one out when you close out the other one @tbrkollar

paulr34 avatar Jul 15 '24 17:07 paulr34