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

A tehama site.

Link to this section Summary

Types

t()

A typed Site struct

Link to this section Types

@type t() :: %TehamaClient.Site{
  access_code: String.t() | nil,
  address: String.t() | nil,
  city: String.t() | nil,
  dcap_ip_adrs: String.t() | nil,
  get_port_num: String.t() | nil,
  knocker_dly: String.t() | nil,
  knocker_dly_enbld: String.t() | nil,
  name: String.t() | nil,
  node_id: String.t() | nil,
  node_type: String.t() | nil,
  note: String.t() | nil,
  parent_node_id: String.t() | nil,
  property_id: String.t() | nil,
  sql_user_name: String.t() | nil,
  state: String.t() | nil,
  zipcode: String.t() | nil
}

A typed Site struct

Link to this section Functions