该项目从 https://github.com/project-chip/zap 镜像。
拉取镜像更新于 。
- 6月 12, 2022
-
-
由 Timotej Ecimovic 创作于
-
由 Timotej Ecimovic 创作于
Multiple zcl metafiles
-
由 Timotej Ecimovic 创作于
-
- 6月 11, 2022
-
-
由 Timotej Ecimovic 创作于
0. Downgrade typescript and downgrade quasar-cypress-testing-e2e, fix package-lock. 1. Peg cypress to correct version. 2. Update package-lock.json
-
由 Timotej Ecimovic 创作于
0. Proper exit if passed zcl.json file is broken. 1. Make zcl.json files an array. 2. Fix unit tests, which do not pass an array to zcl files. 3. Clean up the API for multi-file loading. 4. Properly propagate array and load the packages.
-
- 6月 09, 2022
-
-
由 Timotej Ecimovic 创作于
https://github.com/project-chip/zap/issues/514 0. Bring in an external single-instance package, that is not electron specific. 1. Add a util method. 2. Converge both headless and UI startup through the same logic.
-
- 6月 08, 2022
-
-
由 Timotej Ecimovic 创作于
Honor JENKINS_HOME or --jenkins argument
-
由 Timotej Ecimovic 创作于
-
- 6月 07, 2022
-
-
由 Timotej Ecimovic 创作于
Several UI issues and minor improvements
-
由 Timotej Ecimovic 创作于
-
- 6月 06, 2022
-
-
由 Jing Teng 创作于
BUG: ZAPP-878
-
由 Jing Teng 创作于
-
由 Jing Teng 创作于
open
-
由 Jing Teng 创作于
-
由 Bharat Dandu 创作于
Calculating the attribute sizes correctly based on whether the attributes being enabled are either singleton or external JIRA: ZAPP-783
-
由 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.