ROBO UI changes
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / assets / data / inventory.json
index 2300278..6806487 100644 (file)
@@ -3,15 +3,20 @@
         {
             "shelfName": "Shelf1",
             "ObjType": "Bottles",
-            "currentCount": "1",
-            "totalCount": "3",
+            "status": "Mostly Filled",
             "time": "Tue Feb 26 12:11:59 2020"
         },
         {
             "shelfName": "Shelf2",
             "ObjType": "Bottles",
-            "currentCount": "3",
-            "totalCount": "3",
+            "time": "Tue Feb 26 12:15:00 2020",
+            "status": "Needs Filling"
+
+        },
+        {
+            "shelfName": "Shelf2",
+            "ObjType": "Bottles",
+            "status": "Partially Filled",
             "time": "Tue Feb 26 12:15:00 2020"
         }
     ]