DSMR.MBusDevice (DSMR v0.6.0)

View Source

Summary

Types

t()

@type t() :: %DSMR.MBusDevice{
  channel: non_neg_integer(),
  device_type: String.t(),
  equipment_id: String.t(),
  last_reading_measured_at: DSMR.Timestamp.t(),
  last_reading_value: DSMR.Measurement.t(),
  valve_position: String.t()
}