feat(platform): summarize missing vehicle sources
This commit is contained in:
@@ -144,6 +144,12 @@ export interface VehicleServiceSummary {
|
||||
identityRequiredVehicles: number;
|
||||
serviceStatuses: ServiceStatusStat[];
|
||||
protocols: ProtocolStat[];
|
||||
missingSources: MissingSourceStat[];
|
||||
}
|
||||
|
||||
export interface MissingSourceStat {
|
||||
protocol: string;
|
||||
count: number;
|
||||
}
|
||||
|
||||
export interface VehicleServiceStatus {
|
||||
|
||||
Reference in New Issue
Block a user