-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8a2dbc
commit 1200722
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
17 files
+1 −1 | apack.json | |
+439 −436 | docs/zap-schema.svg | |
+43 −47 | package-lock.json | |
+1 −1 | package.json | |
+1 −0 | src-electron/db/db-mapping.js | |
+2 −1 | src-electron/db/query-loader.js | |
+17 −11 | src-electron/db/query-zcl.js | |
+1 −0 | src-electron/db/zap-schema.sql | |
+55 −7 | src-electron/generator/helper-zcl.js | |
+1 −0 | src-electron/zcl/zcl-loader-silabs.js | |
+3 −1 | src-electron/zcl/zcl-loader.js | |
+7 −0 | src/components/ZclCustomZclView.vue | |
+7 −0 | test/gen-meta.test.js | |
+8 −0 | test/resource/meta/struct-and-enum-by-cluster.zapt | |
+9 −3 | test/resource/meta/struct.zapt | |
+10 −1 | test/resource/meta/types.xml | |
+1 −0 | zcl-builtin/shared/schema/zcl.xsd |