Skip to content

Commit

Permalink
expose meta information on PairedNode
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Nov 16, 2024
1 parent 7862164 commit 3d6fb0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/matter.js/src/device/PairedNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ export class PairedNode {
return this.#nodeDetails.basicInformation;
}

get deviceInformation() {
return this.#nodeDetails.meta;
}

get localInitializationDone() {
return this.#localInitializationDone;
}
Expand Down

0 comments on commit 3d6fb0e

Please sign in to comment.