fix(access): report only real vehicle sources
This commit is contained in:
@@ -286,6 +286,7 @@ export interface AccessVehicleRow {
|
||||
thresholdSec: number; latestMessageType: string; latestEventId: string; latestError: string; delayAbnormal: boolean;
|
||||
firstSeenEvidence: string; firstSeenSource: string; reportIntervalEvidence: string; reportSampleCount: number;
|
||||
expectedProtocols: string[]; actualProtocols: string[]; missingProtocols: string[]; protocolStatuses: AccessProtocolStatus[];
|
||||
masterDataIssues: string[];
|
||||
connectionState: 'healthy' | 'degraded' | 'incomplete' | 'offline' | 'not_connected'; expectationEvidence: string;
|
||||
}
|
||||
export interface AccessProtocolStatus {
|
||||
|
||||
Reference in New Issue
Block a user