p1_parser v0.1.8 P1.Telegram.EquipmentIdentifier

Unique identifier for this Smartmeter, channel 0 is the smartmeter itself, higher numbers are mbus connected devices, for instance water or gas meters

Example

iex> P1.parse!("0-0:96.1.1(4B384547303034303436333935353037)") |> P1.to_struct
%P1.Telegram.EquipmentIdentifier{channel: 0, identifier: "4B384547303034303436333935353037"}