Module 9 ex0 done + ex1 WIP

This commit is contained in:
2026-03-09 16:35:41 +01:00
parent e460d7507e
commit 384ad04a08
14 changed files with 2006 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[
{
"station_id": "TOOLONG123456",
"name": "Test Station",
"crew_size": 25,
"power_level": 85.0,
"oxygen_level": 92.0,
"last_maintenance": "2024-01-15T10:30:00",
"is_operational": true
},
{
"station_id": "TS",
"name": "",
"crew_size": 0,
"power_level": -10.0,
"oxygen_level": 150.0,
"last_maintenance": "2024-01-15T10:30:00",
"is_operational": true
}
]