peter-murray / node-hue-api

Node.js Library for interacting with the Philips Hue Bridge and Lights
Apache License 2.0
1.19k stars 145 forks source link

fix(scheduledEvent) add check if time is recurring #83

Closed Pindar closed 8 years ago

Pindar commented 8 years ago

Currently recurring times are rejected by the time parser. This is a simple fix to allow the recurring times pattern as described in: http://www.developers.meethue.com/documentation/datatypes-and-time-patterns#16_time_patterns

peter-murray commented 8 years ago

Thanks for your PR, I decided to fix all the other types of time formats that can be encountered at the same time, hence did not take your changes directly in.

Pindar commented 8 years ago

thx for developing it even further :+1: