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