680648792941c7b721dbcc590a4938ef7e5c7666
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / assets / data / inventory.json
1 {
2     "InventryData": [
3         {
4             "shelfName": "Shelf1",
5             "ObjType": "Bottles",
6             "status": "Mostly Filled",
7             "time": "Tue Feb 26 12:11:59 2020"
8         },
9         {
10             "shelfName": "Shelf2",
11             "ObjType": "Bottles",
12             "time": "Tue Feb 26 12:15:00 2020",
13             "status": "Needs Filling"
14
15         },
16         {
17             "shelfName": "Shelf2",
18             "ObjType": "Bottles",
19             "status": "Partially Filled",
20             "time": "Tue Feb 26 12:15:00 2020"
21         }
22     ]
23 }