ROBO UI changes
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / app / datainterface.ts
index dad1e26..e244712 100644 (file)
@@ -27,9 +27,10 @@ export interface monitorImage {
 
 export interface monitorinfo {
   shelfName: string;
-       ObjType: string;
+  ObjType: string;
   currentCount: string;
-  totalCount: string;
+  maxCount: string;
+  status: string;
   time: string;
 }