View Source TehamaClient.Meter (Tehama Elixir Client API v0.4.0)

A tehama device.

Link to this section Summary

Types

t()

A typed Device struct

Link to this section Types

@type t() :: %TehamaClient.Meter{
  battery_v: String.t() | nil,
  latest_link_status_data_read_time: String.t() | nil,
  link_partner: String.t() | nil,
  location_note: String.t() | nil,
  multiplier: String.t() | nil,
  node_id: String.t() | nil,
  pulse_unit: String.t() | nil,
  radio_dec_id: String.t() | nil,
  radio_hex_id: String.t() | nil,
  readings: [TehamaClient.Reading.t()] | nil
}

A typed Device struct

Link to this section Functions