Camera system YAY!!!
This commit is contained in:
@@ -1,12 +1,82 @@
|
||||
{
|
||||
"HANGAR": 1,
|
||||
"KITCHEN": 2,
|
||||
"REC_ROOM": 3,
|
||||
"RESTROOM": 4,
|
||||
"SUPPLY_ROOM": 5,
|
||||
"MAINTENANCE_ROOM": 6,
|
||||
"STORAGE_A": 7,
|
||||
"STORAGE_B": 8,
|
||||
"EAST_HALLWAY": 9,
|
||||
"WEST_HALLWAY": 10
|
||||
"1": {
|
||||
"location": 2,
|
||||
"name": "HANGAR",
|
||||
"disabled": false,
|
||||
"renders": {
|
||||
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"location": 3,
|
||||
"name": "KITCHEN",
|
||||
"disabled": false,
|
||||
"renders": {
|
||||
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"location": 3,
|
||||
"name": "REC_ROOM",
|
||||
"disabled": false,
|
||||
"renders": {
|
||||
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"location": 4,
|
||||
"name": "RESTROOM",
|
||||
"disabled": false,
|
||||
"renders": {
|
||||
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"location": 5,
|
||||
"name": "SUPPLY_ROOM",
|
||||
"disabled": false,
|
||||
"renders": {
|
||||
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"location": 6,
|
||||
"name": "MAINTENANCE_ROOM",
|
||||
"disabled": false,
|
||||
"renders": {
|
||||
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"location": 7,
|
||||
"name": "STORAGE_A",
|
||||
"disabled": false,
|
||||
"renders": {
|
||||
|
||||
}
|
||||
},
|
||||
"9": {
|
||||
"location": 8,
|
||||
"name": "STORAGE_B",
|
||||
"disabled": false,
|
||||
"renders": {
|
||||
|
||||
}
|
||||
},
|
||||
"11": {
|
||||
"location": 9,
|
||||
"name": "EAST_HALLWAY",
|
||||
"disabled": false,
|
||||
"renders": {
|
||||
|
||||
}
|
||||
},
|
||||
"12": {
|
||||
"location": 10,
|
||||
"name": "WEST_HALLWAY",
|
||||
"disabled": false,
|
||||
"renders": {
|
||||
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user