View Source DSMR.Telegram (DSMR v0.4.0)

Summary

Types

@type obj_t() :: {obis_t(), value_t() | [value_t()]}
@type t() :: %DSMR.Telegram{checksum: String.t(), data: [obj_t()], header: String.t()}
@type value_t() ::
  binary()
  | obis_t()
  | {:timestamp, NaiveDateTime.t(), binary()}
  | {:measurement, float() | Decimal.t(), binary()}