feat(platform): expose missing sources per vehicle
This commit is contained in:
@@ -55,6 +55,7 @@ type VehicleCoverageRow struct {
|
||||
Phone string `json:"phone"`
|
||||
OEM string `json:"oem"`
|
||||
Protocols []string `json:"protocols"`
|
||||
MissingProtocols []string `json:"missingProtocols"`
|
||||
SourceCount int `json:"sourceCount"`
|
||||
OnlineSourceCount int `json:"onlineSourceCount"`
|
||||
Online bool `json:"online"`
|
||||
|
||||
Reference in New Issue
Block a user