feat(platform): expose source slots in realtime vehicles
This commit is contained in:
@@ -194,6 +194,7 @@ export interface VehicleRealtimeRow {
|
||||
phone: string;
|
||||
oem: string;
|
||||
protocols: string[];
|
||||
sourceStatus: VehicleSourceStatus[];
|
||||
sourceCount: number;
|
||||
onlineSourceCount: number;
|
||||
online: boolean;
|
||||
|
||||
Reference in New Issue
Block a user