Round battery temperature

This commit is contained in:
2018-11-15 13:04:26 -05:00
parent bdade31d4e
commit edfdad1547
2 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<h3>{{b.name}}</h3>
{{b.history[0].percentage * 100}}%
<br>
{{b.history[0].temp}} °C
{{round(b.history[0].temp)}} °C
<br>
Charging: {{b.history[0].charging}}
</mat-card>