ExVcom.Model.Tracker (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.Tracker{
  address: String.t() | nil,
  firmware: String.t() | nil,
  id: String.t(),
  model: String.t() | nil,
  name: String.t(),
  vendor: String.t() | nil
}