ExVcom.Model.Status (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

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