summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/inventoryApp/src/models/inventory.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/apps/inventoryApp/src/models/inventory.ts')
-rw-r--r--sdnr/wt/odlux/apps/inventoryApp/src/models/inventory.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/apps/inventoryApp/src/models/inventory.ts b/sdnr/wt/odlux/apps/inventoryApp/src/models/inventory.ts
index 8c70acbf3..9d747415f 100644
--- a/sdnr/wt/odlux/apps/inventoryApp/src/models/inventory.ts
+++ b/sdnr/wt/odlux/apps/inventoryApp/src/models/inventory.ts
@@ -19,7 +19,7 @@ export { HitEntry, Result } from '../../../../framework/src/models';
export type InventoryType = {
treeLevel: number;
parentUuid: string;
- mountpoint: string;
+ nodeId: string;
uuid: string;
containedHolder?: (string)[] | null;
manufacturerName?: string ;