fix: Smoothing comp state on startup (#685)

* fix: Smoothing compo state on startup

* Adjust issue template
This commit is contained in:
brindosch 2020-02-16 18:05:50 +01:00 committed by GitHub
parent 521922353a
commit bae9147dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -5,6 +5,8 @@
**Summary**
**What kind of change does this PR introduce?** (check at least one)
- [ ] Bugfix
@ -25,8 +27,8 @@ If changing the UI of web configuration, please provide the **before/after** scr
If yes, please describe the impact and migration path for existing setups:
**The PR fulfills these requirements:**
- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number)
<!-- Github will close properly linked issues automatically on PR merge -->
- [ ] When resolving a specific issue, it's referenced in the PR's body (e.g. `Fixes: #xxx[,#xxx]`, where "xxx" is the issue number)
If adding a **new feature**, the PR's description includes:

View File

@ -26,7 +26,7 @@ LinearColorSmoothing::LinearColorSmoothing(const QJsonDocument& config, Hyperion
, _continuousOutput(false)
, _pause(false)
, _currentConfigId(0)
, _enabled(true)
, _enabled(false)
{
// init cfg 0 (default)
addConfig(DEFAUL_SETTLINGTIME, DEFAUL_UPDATEFREQUENCY, DEFAUL_OUTPUTDEPLAY);