ady624 / CoRE

CoRE - Community's own Rule Engine
GNU General Public License v3.0
222 stars 663 forks source link

Possible Flash On/Off Interval Validation Bug #14

Closed krlaframboise closed 8 years ago

krlaframboise commented 8 years ago

The Flash settings won't save unless the On and Off Intervals are >= 1000.

Anything under that probably wouldn't work so I'm assuming this isn't a bug, but you might want to either prompt the user for seconds and programmatically convert to milliseconds or mention the valid range in the input's label or description to make it less confusing for users.

Thanks.

ady624 commented 8 years ago

Range should be 250-60000 ms. I will check.

ady624 commented 8 years ago

Is this still an issue?

krlaframboise commented 8 years ago

The range validates correctly, but if it's possible, displaying that range would make things less confusing to the user. Since everything is working the way it's supposed to, I'm closing this issue.