Files
MultiRoombaRover/server/data/barcode-registry.json
T
2026-06-13 16:48:11 -04:00

44 lines
722 B
JSON

{
"codes": {
"r001": {
"type": "rover",
"entityId": "freaky",
"label": "Freaky"
},
"r002": {
"type": "rover",
"entityId": "walle",
"label": "WALL-E"
},
"r003": {
"type": "rover",
"entityId": "bweeble",
"label": "Bweeble"
},
"o001": {
"type": "object",
"entityId": "woodblock",
"label": "Wooden block"
},
"o002": {
"type":"object",
"entityId": "scanner",
"label": "Police scanner"
},
"o003": {
"type": "object",
"entityId": "neato",
"label": "The Neato"
},
"o004": {
"type": "object",
"entityId": "macbook",
"label": "MacBook"
}
}
}