Fix breathe endpoint typo
This commit is contained in:
parent
1e97025bca
commit
52f610489f
@ -33,6 +33,6 @@ var (
|
||||
return BuildURL(Endpoint, fmt.Sprintf("/lights/%s/toggle", selector))
|
||||
}
|
||||
EndpointBreathe = func(selector string) string {
|
||||
return BuildURL(Endpoint, fmt.Sprintf("/lights/%s/effect/breathe", selector))
|
||||
return BuildURL(Endpoint, fmt.Sprintf("/lights/%s/effects/breathe", selector))
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user