feat(platform): include service status in vehicle resolution

This commit is contained in:
lingniu
2026-07-04 02:29:44 +08:00
parent e7de41894b
commit 58b125912e
4 changed files with 38 additions and 9 deletions

View File

@@ -70,6 +70,7 @@ export interface VehicleIdentityResolution {
protocols: string[];
online: boolean;
lastSeen: string;
serviceStatus?: VehicleServiceStatus;
}
export interface VehicleDetail {