feat(monitor): match motion to report intervals
This commit is contained in:
@@ -36,6 +36,7 @@ export interface MonitorMapPoint {
|
||||
socPercent: number;
|
||||
totalMileageKm: number;
|
||||
lastSeen: string;
|
||||
reportIntervalMs?: number;
|
||||
status: 'driving' | 'idle' | 'offline' | 'unknown';
|
||||
}
|
||||
|
||||
@@ -545,6 +546,7 @@ export interface VehicleRealtimeRow {
|
||||
socPercent: number;
|
||||
totalMileageKm: number;
|
||||
lastSeen: string;
|
||||
reportIntervalMs?: number;
|
||||
}
|
||||
|
||||
export interface HistoryLocationRow extends RealtimeLocationRow {
|
||||
|
||||
Reference in New Issue
Block a user