Timotej Ecimovic

Results 41 comments of Timotej Ecimovic

No it's not. That was just step 1.

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...

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

**Feature description** - the exiting "tags" (which is how feature map is currently implemented in zap), need to be associated with entities (attributes, commands, events) inside the XML file. -...

@brdandu : If you look at matter XML, you see things like this: ``` true false false false true true false true true false ``` This associates the tags with...

See GLOBAL_ATTRIBUTE_BIT table and TAG tables. TAG table defines the per-cluster tags, and GLOBAL_ATTRIBUTE_BIT associates them with individual bits for global attributes.

**Feature description** - the exiting "tags" (which is how feature map is currently implemented in zap), need to be associated with entities (attributes, commands, events) inside the XML file. -...

@bzbarsky-apple @vivien-apple @mrjerryjohns @tcarmelveilleux : there is some lack of functionality around "feature map" bits, because the user-configuration of things was not a priority. Can some of you please look...