X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fassets%2Fdata%2Finventory.json;fp=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fassets%2Fdata%2Finventory.json;h=680648792941c7b721dbcc590a4938ef7e5c7666;hb=5f7e757b5f667f7d9e4f3fbccaabae91ffd0feec;hp=230027840968f71fd071ff980c5aa3e7c890fff7;hpb=b7a2463907edc63f681b2cfc5beb300960791f4c;p=ealt-edge.git diff --git a/example-apps/ROBO/RoboUI/src/assets/data/inventory.json b/example-apps/ROBO/RoboUI/src/assets/data/inventory.json index 2300278..6806487 100644 --- a/example-apps/ROBO/RoboUI/src/assets/data/inventory.json +++ b/example-apps/ROBO/RoboUI/src/assets/data/inventory.json @@ -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" } ]