mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
29 lines
419 B
JSON
29 lines
419 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"
|
|
}
|
|
}
|
|
}
|