This commit is contained in:
parent
0936242a41
commit
c8a61c0a8a
2
main.go
2
main.go
|
@ -194,7 +194,7 @@ events:
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case present := <-presence:
|
case present := <-presence:
|
||||||
fmt.Printf("Present: %t", present)
|
fmt.Printf("Present: %t\n", present)
|
||||||
hue.updateFlag(41, present)
|
hue.updateFlag(41, present)
|
||||||
ntfy.notifyPresence(present)
|
ntfy.notifyPresence(present)
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user