Update to include inches in rainfall
This commit is contained in:
parent
1dabe47dca
commit
84f8228c0c
@ -45,8 +45,8 @@ export class Rainfall extends LitElement {
|
|||||||
override render() {
|
override render() {
|
||||||
return html`
|
return html`
|
||||||
<div class="gauge-body">
|
<div class="gauge-body">
|
||||||
<div class="gauge-label">Rainfall (mm water)</div>
|
<div class="gauge-label">Rainfall (inches and mm water)</div>
|
||||||
<div>${this.value}</div>
|
<div>${this.value / 25.4} / ${this.value}</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user