renamed battery total to charge and added total temp
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<div class="p-3">
|
||||
<div class="d-flex mb-3">
|
||||
<div class="d-flex flex-grow-1 align-items-center">
|
||||
<h3 class="mb-0 text-white">Powerwall: {{batteryService.total | round}} V</h3>
|
||||
<h3 class="mb-0 text-white">Powerwall: {{batteryService.charge | round}} V</h3>
|
||||
</div>
|
||||
<div class="d-flex flex-grow-1 align-content-center justify-content-end">
|
||||
<mat-button-toggle-group [(ngModel)]="batteryService.relayMode" (change)="batteryService.setRelayMode($event.value)">
|
||||
|
Reference in New Issue
Block a user