|
@@ -19,6 +19,13 @@ func sendCommand(n *noolite.NooliteAdapter, command string, channel, value, r, g
|
|
|
return n.SetBrightnesValue(channel, value)
|
|
return n.SetBrightnesValue(channel, value)
|
|
|
err := sendCommand(n, *command, *channel, *value, *red, *green, *blue)
|
|
err := sendCommand(n, *command, *channel, *value, *red, *green, *blue)
|