no message

This commit is contained in:
belevo\mh
2025-12-22 08:27:05 +01:00
parent ba8e3af69b
commit 110120f398

View File

@@ -152,7 +152,7 @@ function render(data){
<span class="kv"><b>Produktion:</b> ${v.Produktion?.toFixed(2) || 0} kWh</span>
<span class="kv"><b>Verbrauch:</b> ${v.Hausverbrauch?.toFixed(2) || 0} kWh</span>
<span class="kv"><b>Netzbezug:</b> ${v.Netz?.toFixed(2) || 0} kWh</span>
<span class="kv"><b>Einspeisung:</b> ${v.feed?.toFixed(2) || (2)} kWh</span>
<span class="kv"><b>Einspeisung:</b> ${v.Einspeisung?.toFixed(2) || (0)} kWh</span>
`;
const donut = (t, p, c) => {