studioimaginaire / phue

A Python library for the Philips Hue system
Other
1.53k stars 267 forks source link

Fix scheduling parameter name #81

Closed RichJeanes closed 7 years ago

RichJeanes commented 7 years ago

Updates to the Hue API now use localtime instead of time as a schedule parameter. This also means that users need to be aware that any scripts they have will need to be modified to local time instead of UTC and that their time zone needs to be set correctly on their bridge.

natcl commented 7 years ago

Thanks !