mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-09 10:07:25 -06:00
make an interface for State object
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"saml.dev/gome-assistant/internal"
|
||||
)
|
||||
|
||||
type ScheduleCallback func(*Service, *State)
|
||||
type ScheduleCallback func(*Service, State)
|
||||
|
||||
type DailySchedule struct {
|
||||
// 0-23
|
||||
|
||||
Reference in New Issue
Block a user