Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Mar 7, 2024
1 parent 924fe89 commit b8309ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ func main() {
cl := c.NewHassClient()

go cl.Start("localhost:8124", false, "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIwNWYyOGFlZjkzYWU0MDUwODljMTYyYWNmNzZmNDk2MCIsImlhdCI6MTcwOTc4OTQ2OSwiZXhwIjoyMDI1MTQ5NDY5fQ.BqUndJESpV8jLTZO8aAT2uqDxmCb5cR0ZhJDewHQPAY")

timeTickCheckState := time.Tick(5 * time.Second)
// timeTickToggle := time.Tick(10 * time.Second)
for {
Expand Down

0 comments on commit b8309ea

Please sign in to comment.