ExVcom.Model.Inverter (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.Inverter{
  firmware: String.t() | nil,
  id: String.t(),
  model: String.t(),
  name: String.t() | nil,
  scaleFactor: float() | nil,
  serial: String.t() | nil,
  vendor: String.t()
}