Initial Commit

This commit is contained in:
June
2026-03-24 22:00:03 -07:00
parent bf9620bbb6
commit 5533b95cff
73 changed files with 1647 additions and 293 deletions

12
Data/cameras.json Normal file
View File

@@ -0,0 +1,12 @@
{
"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
}