Versions in this module Expand all Collapse all v0 v0.1.0 Nov 18, 2024 Changes in this version + type LightDetail struct + Brightness int + On int + Temperature int + type LightStatus struct + Lights []LightDetail + NumberOfLights int + func GetLightSettings(ip string) (*LightStatus, error) + func UpdateLightSettings(ip string, settings LightDetail) (*LightStatus, error)