View Source TehamaClient.Unit (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.Unit{
  addr: String.t() | nil,
  apt: String.t() | nil,
  building: String.t() | nil,
  id: String.t() | nil,
  meters: [TehamaClient.Meter.t()] | nil
}

A typed Device struct

Link to this section Functions