Skip to content

Commit

Permalink
🐛 Fix intensity editing
Browse files Browse the repository at this point in the history
Closes #62
  • Loading branch information
cp2004 committed Jun 11, 2021
1 parent 1e227ef commit 3ebe9ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octoprint_wled/static/src/wled.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ $(function () {
)
observables.effect(settings.effects[name].settings()[index].effect())
observables.speed(settings.effects[name].settings()[index].speed())
observables.intensity(settings.effects[name].settings()[index].intensity())
observables.override_on(
settings.effects[name].settings()[index].override_on()
)
Expand Down

0 comments on commit 3ebe9ff

Please sign in to comment.