Merge "YANG Model update for A1 Adapter"
[ccsdk/features.git] / sdnr / wt / odlux / apps / inventoryApp / src / models / inventory.ts
index 8c70acb..9d74741 100644 (file)
@@ -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 ;