Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Home ¶
type Home struct { ModelNumber int ModelName string Version string PhoneNumber string // contains filtered or unexported fields }
func (*Home) Thermostats ¶
func (h *Home) Thermostats() ([]Thermostat, error)
type Thermostat ¶
type Thermostat struct { }
Click to show internal directories.
Click to hide internal directories.