A Ruby library for controlling Phillips Hue lightbulbs.
Phillips Hue API Documentation: http://developers.meethue.com/index.html
gem install rubyhue
require 'rubyhue'
client = Hue.new( '192.168.x.x', 'username' )
client.register_username
client.request_bulb_list