ExVcom.Model.VirtualMeterReading (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.VirtualMeterReading{
  id: integer(),
  timestamp: DateTime.t(),
  type: String.t(),
  value: integer()
}