🔋 Adds battery model

This commit is contained in:
Rune Harlyk
2024-07-14 23:10:39 +02:00
committed by Rune Harlyk
parent cfa3e58d09
commit c783793b5c
4 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -61,8 +61,8 @@
{#if $page.data.features.battery}
<div class="flex-none">
<BatteryIndicator
charging={$telemetry.battery.charging}
soc={$telemetry.battery.soc}
voltage={$telemetry.battery.voltage}
current={$telemetry.battery.current}
class="h-7 w-7"
/>
</div>