Skip to content

Commit

Permalink
Update StandbyKostenRechner.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fixcoder authored Jan 7, 2024
1 parent 7b9c617 commit 9c6de1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StandbyKostenRechner.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ strHelp = str_ikWh + " kWh. (+ " +str_eurAb+ " EUR monatl. Abschlag.)";
abStrPBr = eurAb - str_StrPBr/12;

strHelp = strHelp + "<br>(Strompreisbremse: " + str_StrPBr.toFixed(2) +" € &#8792; " + icStrPBr.toFixed(4) + " Cent/kWh, bzw. -" + strDiff.toFixed(2) + " €";
strHelp = strHelp + " &#8792; -" + abStrPBr.toFixed(0) + " EUR monatl. Abschlag)";
strHelp = strHelp + " &#8792; -" + abStrPBr.toFixed(2) + " EUR monatl. Abschlag)";
}

// volle 24 standbybetriebsstunden täglich im Jahr
Expand Down

0 comments on commit 9c6de1b

Please sign in to comment.