issackelly / python-hue

Python client for Philips Hue -- determined via API reverse engineering
Other
152 stars 25 forks source link

Added 'transitiontime' #6

Closed derekmpeterson closed 11 years ago

derekmpeterson commented 11 years ago

The Hue API accepts a parameter, 'transitiontime' to change the speed at which the light state changes for that call.

transitiontime=1 will transition in 1/10 of a second. transitiontime=2 at 2/10 second and so on.