Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 329 Bytes

hue-perl

Perl module for the Philips Hue light system

A quick and dirty implementation to control your hue lights from perl.

Please configure the environment appropriately:

export HUE_BRIDGE="http://192.168.1.123"
export HUE_KEY="7c1590fb6089be2129260acb2df53372"

and check the examples in examples/ .