@matterbridge/types 3.9.5-dev-20260715-33298cd → 3.10.0-dev-20260716-7f8762c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -211,11 +211,13 @@ export interface BaseDevice {
|
|
|
211
211
|
vendorName: string | undefined;
|
|
212
212
|
productId: number | undefined;
|
|
213
213
|
productName: string | undefined;
|
|
214
|
+
productLabel: string | undefined;
|
|
215
|
+
productUrl: string;
|
|
216
|
+
configurationVersion: number;
|
|
214
217
|
softwareVersion: number | undefined;
|
|
215
218
|
softwareVersionString: string | undefined;
|
|
216
219
|
hardwareVersion: number | undefined;
|
|
217
220
|
hardwareVersionString: string | undefined;
|
|
218
|
-
productUrl: string;
|
|
219
221
|
tagList: Semtag[] | undefined;
|
|
220
222
|
originalId: string | undefined;
|
|
221
223
|
name: string | undefined;
|
package/package.json
CHANGED