230027840968f71fd071ff980c5aa3e7c890fff7
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / assets / data / inventory.json
1 {
2     "InventryData": [
3         {
4             "shelfName": "Shelf1",
5             "ObjType": "Bottles",
6             "currentCount": "1",
7             "totalCount": "3",
8             "time": "Tue Feb 26 12:11:59 2020"
9         },
10         {
11             "shelfName": "Shelf2",
12             "ObjType": "Bottles",
13             "currentCount": "3",
14             "totalCount": "3",
15             "time": "Tue Feb 26 12:15:00 2020"
16         }
17     ]
18 }