sqmk / Phue

Philips Hue client for PHP
Other
203 stars 45 forks source link

Fix rule create date #98

Closed sqmk closed 8 years ago

sqmk commented 8 years ago

The field "creationtime" is not valid, although mentioned in an example on Philips Hue docs. The proper field returned by the bridge is "created".

Fix the Rule object with the correct method/field.