wrboyce / hueman

A human interface for managing your Philips Hue Lighting system, powered by Python.
https://hueman.readthedocs.org
Other
3 stars 0 forks source link

Dynamic Scenes #1

Open wrboyce opened 11 years ago

wrboyce commented 11 years ago

@danlane pointed out it would be nice to be able to define a scene without knowing which/how many bulbs it will apply to, for example:

    scenes:
      sunset:
        orange:
          quantity: 20%
          priority: 80 
          hue: 46789
          sat: 150
        yellows:
          quantity: 60%
          priority: 90
          hue: 23133
          sat: 200
        reds:
          quantity: 10%
          priority: 70
          hue: 0
          sat: 200

One Idea.

adamashton commented 11 years ago

https://gist.github.com/adamashton/0313610fedce9a4526b6