Events cleanup (#592)
* Remove hardcoded background. * Export events into the zap file. * Do not include empty array keys in the zap file. * Create skeleton function for event importing. * Fix unit tests. * Cleanup the attribute query. * Import event data from zap file into the tables. * Add unit test that validates that events are loaded. * Return the event state in the session back to the UI as part of the state creation. * Work the way up the UI to show event data. * Properly display toggles based on what is loaded in the database. * Fix the package-lock.json that was broken in an earlier faulty merge.
显示
- package-lock.json 2126 个添加, 0 个删除package-lock.json
- src-electron/db/db-mapping.js 10 个添加, 0 个删除src-electron/db/db-mapping.js
- src-electron/db/query-impexp.js 176 个添加, 45 个删除src-electron/db/query-impexp.js
- src-electron/db/query-zcl.js 37 个添加, 11 个删除src-electron/db/query-zcl.js
- src-electron/importexport/export.js 15 个添加, 1 个删除src-electron/importexport/export.js
- src-electron/importexport/import-json.js 13 个添加, 0 个删除src-electron/importexport/import-json.js
- src-electron/rest/static-zcl.js 2 个添加, 0 个删除src-electron/rest/static-zcl.js
- src-shared/rest-api.js 2 个添加, 0 个删除src-shared/rest-api.js
- src/components/ZclAttributeManager.vue 0 个添加, 26 个删除src/components/ZclAttributeManager.vue
- src/components/ZclCommandManager.vue 0 个添加, 32 个删除src/components/ZclCommandManager.vue
- src/components/ZclEventManager.vue 2 个添加, 7 个删除src/components/ZclEventManager.vue
- src/store/zap/actions.js 32 个添加, 0 个删除src/store/zap/actions.js
- src/store/zap/mutations.js 4 个添加, 0 个删除src/store/zap/mutations.js
- src/util/editable-attributes-mixin.js 1 个添加, 62 个删除src/util/editable-attributes-mixin.js
- test/importexport.test.js 25 个添加, 4 个删除test/importexport.test.js
- test/resource/matter-switch.zap 803 个添加, 0 个删除test/resource/matter-switch.zap
加载中
想要评论请 注册 或 登录