Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 46 additions & 46 deletions bundles/org.openhab.binding.matter/code-gen/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.matter/code-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prettier-plugin-organize-imports": "^4.1.0"
},
"dependencies": {
"@matter/main": "v0.15.2",
"@matter/main": "v0.15.6",
"handlebars": "^4.7.8"
},
"files": [
Expand Down
114 changes: 57 additions & 57 deletions bundles/org.openhab.binding.matter/matter-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@matter/main": "v0.15.2",
"@matter/node": "v0.15.2",
"@project-chip/matter.js": "v0.15.2",
"@matter/main": "v0.15.6",
"@matter/node": "v0.15.6",
"@project-chip/matter.js": "v0.15.6",
"uuid": "^9.0.1",
"ws": "^8.18.0",
"yargs": "^17.7.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class ControllerNode {
});
await this.commissioningController.initializeControllerStore();

const controllerStore = this.environment.get(ControllerStore);
const controllerStore = this.commissioningController.env.get(ControllerStore);
// TODO: Implement resetStorage
// if (resetStorage) {
// await controllerStore.erase();
Expand Down