-
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.
Github: ZAP#682
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
27 files
+0 −1 | .github/workflows/release.yml | |
+2 −2 | .github/workflows/zap.yml | |
+3 −3 | apack.json | |
+1 −3 | cypress/integration/devtools/devtools.spec.js | |
+1 −1 | jest.config.js | |
+1 −1 | package.json | |
+13 −0 | src-electron/db/db-mapping.js | |
+84 −0 | src-electron/db/query-notification.js | |
+13 −0 | src-electron/db/zap-schema.sql | |
+55 −19 | src-electron/generator/generation-engine.js | |
+100 −22 | src-electron/generator/helper-zcl.js | |
+8 −0 | src-electron/importexport/import-isc.js | |
+63 −37 | src-electron/main-process/startup.js | |
+52 −14 | src-electron/rest/user-data.js | |
+6 −1 | src-electron/util/args.ts | |
+4 −1 | src-electron/zcl/zcl-loader-dotdot.js | |
+4 −1 | src-electron/zcl/zcl-loader-silabs.js | |
+19 −5 | src-electron/zcl/zcl-loader.js | |
+1 −1 | src-script/download-artifact.ts | |
+1 −0 | src-shared/db-enum.js | |
+8 −1 | src-shared/rend-api.js | |
+1 −0 | src-shared/rest-api.js | |
+8 −0 | src/layouts/ZclConfiguratorLayout.vue | |
+5 −5 | src/layouts/ZclLayout.vue | |
+80 −0 | src/pages/Notifications.vue | |
+5 −0 | src/router/routes.js | |
+0 −0 | zap-cli |