mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
59 lines
1.0 KiB
JSON
59 lines
1.0 KiB
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"
|
|
},
|
|
"o005": {
|
|
"type": "object",
|
|
"entityId": "laptop",
|
|
"label": "Broken Laptop"
|
|
},
|
|
"o006": {
|
|
"type": "object",
|
|
"entityId": "radio",
|
|
"label": "S. I. M. card properly"
|
|
},
|
|
"o007": {
|
|
"type": "object",
|
|
"entityId": "printer",
|
|
"label": "Medical thermal printer"
|
|
}
|
|
}
|
|
}
|