feat(platform): include service status in vehicle resolution
This commit is contained in:
@@ -70,6 +70,7 @@ export interface VehicleIdentityResolution {
|
||||
protocols: string[];
|
||||
online: boolean;
|
||||
lastSeen: string;
|
||||
serviceStatus?: VehicleServiceStatus;
|
||||
}
|
||||
|
||||
export interface VehicleDetail {
|
||||
|
||||
Reference in New Issue
Block a user