Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LightDetail ¶
type LightStatus ¶
type LightStatus struct {
Lights []LightDetail `json:"lights,omitempty"`
NumberOfLights int `json:"numberOfLights,omitempty"`
}
func GetLightSettings ¶
func GetLightSettings(ip string) (*LightStatus, error)
func UpdateLightSettings ¶
func UpdateLightSettings(ip string, settings LightDetail) (*LightStatus, error)
Click to show internal directories.
Click to hide internal directories.