diff --git a/packages/matter.js/src/device/PairedNode.ts b/packages/matter.js/src/device/PairedNode.ts index cee2b3a916..4a08921389 100644 --- a/packages/matter.js/src/device/PairedNode.ts +++ b/packages/matter.js/src/device/PairedNode.ts @@ -349,6 +349,10 @@ export class PairedNode { return this.#nodeDetails.basicInformation; } + get deviceInformation() { + return this.#nodeDetails.meta; + } + get localInitializationDone() { return this.#localInitializationDone; }