Method: L8::Smartlight#set_superled

Defined in:
lib/l8/smartlight.rb

#set_superled(r, g, b) ⇒ Object



29
30
31
# File 'lib/l8/smartlight.rb', line 29

def set_superled(r,g,b)
  send_command [CMD_L8_SUPERLED_SET, b, g, r]
end