Skip to content

1.10.0-dev.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@sidoh sidoh released this 29 Jul 06:11
1.10.0-dev.8
4077a39

This will likely be the final 1.10 dev release. If there are bugs, RC version will be released. Otherwise this will go straight into a stable release in the next week or so.

New features

  • Add support for on/off transitions. When transitioning from on->off, brightness will fade from present value to 0 before turning off. For off->on, brightness transitions from previous brightness to 100%.
  • Add generated REST api docs to travis CI build. Will show up at a URL like https://sidoh.github.io/esp8266_milight_hub/branches/xxx for releases.

Improvements

  • Add tests for transitions
  • Under-specified transitions which assume default values will prioritize using the default value for duration (as opposed to number of transition packets or period). This is likely more intuitive behavior.