Skip to content

Commit

Permalink
Merge pull request #35 from Martin-Gleiss/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
wvhn authored Jan 25, 2021
2 parents 719c0f3 + 2dd50c1 commit e359c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/docu/plot/widget_plot.heatingcurve.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ <h5>Example</h5>
{% endverbatim %}{% endfilter %}</code>
</div>
<div class="html">
Use the slider to control the outside temperature
Use the slider to control the outdoor temperature setting
{{ basic.slider('s1', 'bath.plot.temp', -30, 20, 1) }}

Use the slider to control the heatings feed temperature
Use the slider to control the flow temperature setting
{{ basic.slider('s2', 'bath.plot.humidity', 24, 32, 1) }}

<br />
Expand Down
2 changes: 1 addition & 1 deletion widgets/plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $.widget("sv.plot_heatingcurve", $.sv.widget, {

plots[0] = {
type: 'spline',
name: 'Vorlauftemperatur',
name: 'SOLL-Vorlauftemperatur',
lineWidth: 1
};

Expand Down

0 comments on commit e359c45

Please sign in to comment.