feat(platform): include plates in raw history
This commit is contained in:
@@ -122,6 +122,7 @@ type HistoryLocationRow struct {
|
||||
type RawFrameRow struct {
|
||||
ID string `json:"id"`
|
||||
VIN string `json:"vin"`
|
||||
Plate string `json:"plate"`
|
||||
Protocol string `json:"protocol"`
|
||||
FrameType string `json:"frameType"`
|
||||
DeviceTime string `json:"deviceTime"`
|
||||
|
||||
Reference in New Issue
Block a user