feat(platform): include plates in raw history
This commit is contained in:
@@ -112,6 +112,7 @@ export interface HistoryLocationRow extends RealtimeLocationRow {
|
||||
export interface RawFrameRow {
|
||||
id: string;
|
||||
vin: string;
|
||||
plate: string;
|
||||
protocol: string;
|
||||
frameType: string;
|
||||
deviceTime: string;
|
||||
|
||||
Reference in New Issue
Block a user