Skip to content

A Ruby library for controlling Phillips Hue lightbulbs

Notifications You must be signed in to change notification settings

bobbyduhbrain/ruby-hue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-hue

A Ruby library for controlling Phillips Hue lightbulbs.

Phillips Hue API Documentation: http://developers.meethue.com/index.html

Installation

gem install rubyhue

Basic Usage

require 'rubyhue'
client = Hue.new( '192.168.x.x', 'username' )
client.register_username
client.request_bulb_list

About

A Ruby library for controlling Phillips Hue lightbulbs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%