/fernsehturm

Information Radiator Experiments

Primary LanguageRuby

fernsehturm

Information Radiator Experiments

Philips Hue

Trying it as a cheaper(!!) replacement for Delcom lights.

Pics of the default colours:

app = App.new("test") #can be anything
bridge = Bridge.new("10.23.69.143") #you can get the bridge's IP from the Hue web app

app.connect_to!(bridge)
app.change_colours!(1, Colours::BRIGHT + Colours::RED + Colours::FLICKERING)