mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-15 00:11:55 -06:00
chore: reformat, normalize imports
This commit is contained in:
@@ -4,14 +4,10 @@ import (
|
||||
"github.com/Xevion/go-ha/internal/connect"
|
||||
)
|
||||
|
||||
/* Structs */
|
||||
|
||||
type AdaptiveLighting struct {
|
||||
conn *connect.HAConnection
|
||||
}
|
||||
|
||||
/* Public API */
|
||||
|
||||
// Set manual control for an adaptive lighting entity.
|
||||
func (al AdaptiveLighting) SetManualControl(entityId string, enabled bool) error {
|
||||
req := NewBaseServiceRequest("")
|
||||
|
||||
Reference in New Issue
Block a user