该项目从 https://github.com/project-chip/zap 镜像。
拉取镜像更新于 。
- 6月 06, 2022
-
-
由 Jing Teng 创作于
This reverts commit 47d5e7a89c68851cd8e4521953cd975c4f26a96e.
-
由 Jing Teng 创作于
-
由 Jing Teng 创作于
-
由 Bharat Dandu 创作于
Adding a is_command_default_response_disabled along with is_command_default_response_enabled for convenience JIRA: ZAPP-797
-
由 Bharat Dandu 创作于
JIRa: ZAPP-797
-
由 Bharat Dandu 创作于
Cleaning up the helper and schema based on enabled default response instead of disabled default reponse JIRA: ZAPP-797
-
由 Bharat Dandu 创作于
JIRA: ZAPP-797
-
由 Bharat Dandu 创作于
Adding DISABLE_DEFAULT_RESPONSE to the backend during loading and also adding to the helpers queries such that it can be used for generation - Adding DISABLE_DEFAULT_RESPONSE to db-mapping - Adding the above to query-command, query-loader and zcl-loader-silabs for loading into the backend and for querying it from the backend - Adding changes to the schema to include this in the command table - Adding is_command_default_response_disabled helper to check if the command default reponse is diabled or not - JIRA: ZAPP-797
-
由 Jing Teng 创作于
JSON.stringify() does not handle "Error" class properly and just returns a blank {}
-
由 Jing Teng 创作于
* align command/attribute states if an endpoint's newly enabled Cluster is enabled on another endpoint as well. * refactor naming * remove useless import. * clean up deprecated shareConfigsAcrossEndpoints flag via ZAPP-715 * unit test for zigbee flag existing in gen-template file. * unit test for verifying Attribute Reporting tab being copied across endpoints BUG: ZAPP-715
-
由 Timotej Ecimovic 创作于
-
由 Bharat Dandu 创作于
JIRA: ZAPP-794
-
由 Bharat Dandu 创作于
Making changes to an attribute query such that only reporting config default is generated for singleton attributes. Adding tests for the same using one of the existing zap files JIRA: ZAPP-794
-
由 Jing Teng 创作于
-
由 Bharat Dandu 创作于
JIRA: ZAPP-757
-
由 Bharat Dandu 创作于
JIRA: ZAPP-757
-
由 Bharat Dandu 创作于
JIRa: ZAPP-757
-
由 Bharat Dandu 创作于
JIRA: ZAPP-757
-
由 Bharat Dandu 创作于
Making sure that the Zigbee pro templates are backwards compatible with our old zap-type.zapt template for enum generation JIRA: ZAPP-757
-
- 6月 04, 2022
-
-
由 Timotej Ecimovic 创作于
-
由 Boris Zbarsky 创作于
We were claiming a command is "incoming" or "outgoing" even if it was not enabled, if it was mandatory. This led consumers that looked at that state to be out of sync with other consumers that just looked at the actual enabled state. This PR makes sure we treat the actual enabled state, not theoretical mandatory-or-not status, as the source of truth.
- 5月 25, 2022
-
- 5月 22, 2022
-
-
由 Timotej Ecimovic 创作于
-
由 Timotej Ecimovic 创作于
We had earlier some 6 months old "Matter test data", that was mostly Zigbee test data with a single CHIP cluster. Matter had gone far ahead, and people who were just working with zap, without access to main Matter SDK repo, were only testing with old data. So this updates all the metafiles for Matter and patches the unit tests to reflect that.
-
- 5月 20, 2022
-
-
由 Boris Zbarsky 创作于
We were creating nonsense mask values (like setting "incoming_server" for an optional server-generated command if "incoming" happened to be set in the .zap file for some reason for the server cluster side).
-
- 5月 19, 2022
-
-
由 Bharat Raju 创作于
Github#510
- 5月 16, 2022
-
-
由 Timotej Ecimovic 创作于
Add required queryZcl module
-
由 Timotej Ecimovic 创作于
user interface and user experience changes
-
由 Terence Hampson 创作于
This was accidentally removed in another commit.
-
由 tehampson 创作于
Allow for size of default value size to be configurable defaultValue in the EmberAfDefaultOrMinMaxAttributeValue is uint16_t. For targets that have 32-bit addresses, there is wasted space in the union. We can let defaultValue be uint32_t and save on rodata region, by fitting the default value in the meta data structure itself. This allows use to specify the size of default value, if size option is not provided we default to legacy 2 bytes.
-
由 Mehrad Malayeri 创作于
-
由 Mehrad malayeri 创作于
-
由 Mehrad Malayeri 创作于
-
- 5月 14, 2022
-
-
由 Timotej Ecimovic 创作于
Schema diagram update
-
由 Timotej Ecimovic 创作于
-
- 5月 13, 2022
-
-
由 Mehrad Malayeri 创作于
-
由 FIRST_NAME LAST_NAME 创作于
-