Dodano informacje o poc. offline

This commit is contained in:
2022-06-29 00:19:17 +02:00
parent 4e80e73949
commit 01a03622fb
8 changed files with 147 additions and 119 deletions
+1
View File
@@ -15,6 +15,7 @@ export default interface Train {
locoURL: string;
locoType: string;
online: boolean;
lastSeen: number;
region: string;
cars: string[];