Add last meter consumption value.

This commit is contained in:
2024-05-04 12:11:05 +02:00
parent 4c1171ba6c
commit 1db38c3915

View File

@@ -182,7 +182,7 @@ $colors = ['#375BEB', '#90EB36', '#EB5F36', '#DAE32D'];
<div>
<span class="color"></span>
<label><b>Letzter Zählerstand</b></label>
<span><b><?php echo number_format($last_value, 3, ',', '.'); ?> %</b></span>
<span><b><?php echo number_format($last_value, 3, ',', '.'); ?> kWh</b></span>
</div>
<div id="chart-container">