|
|
func sendCommand(mutex *sync.Mutex, command string, channel, value, r, g, b int) error {
|
|
func sendCommand(mutex *sync.Mutex, command string, channel, value, r, g, b int) error {
|
|
@@ -20,8 +21,15 @@ func sendCommand(mutex *sync.Mutex, command string, channel, value, r, g, b int)
|
|
|
n, err := noolite.DefaultNooliteAdapter()
|
|
n, err := noolite.DefaultNooliteAdapter()
|