some tweaks/renames, schedule documentation

This commit is contained in:
Sam Lewis
2022-11-01 01:20:15 -04:00
parent cbfce76897
commit b0804e39d0
6 changed files with 61 additions and 53 deletions

View File

@@ -20,7 +20,7 @@ type Service struct {
InputNumber *services.InputNumber
}
func NewService(conn *websocket.Conn, ctx context.Context, httpClient *http.HttpClient) *Service {
func newService(conn *websocket.Conn, ctx context.Context, httpClient *http.HttpClient) *Service {
return &Service{
Light: services.BuildService[services.Light](conn, ctx),
HomeAssistant: services.BuildService[services.HomeAssistant](conn, ctx),