chore(web_server.py): add more pc placeholders

This commit is contained in:
2025-06-16 12:08:21 +02:00
parent cde27d37e3
commit 06ea0246f5

View File

@@ -25,6 +25,31 @@ PC_DETAILS = {
"status": "offline", "status": "offline",
"last_seen": "2023-10-01 11:00:00", "last_seen": "2023-10-01 11:00:00",
}, },
"PC3": {
"id": "PC3",
"status": "offline",
"last_seen": "2023-10-01 11:00:00",
},
"PC4": {
"id": "PC4",
"status": "offline",
"last_seen": "2023-10-01 11:00:00",
},
"PC5": {
"id": "PC5",
"status": "offline",
"last_seen": "2023-10-01 11:00:00",
},
"PC6": {
"id": "PC6",
"status": "offline",
"last_seen": "2023-10-01 11:00:00",
},
"PC7": {
"id": "PC7",
"status": "offline",
"last_seen": "2023-10-01 11:00:00",
}
} }