Placeholder wind/rain measurements

This commit is contained in:
2026-06-23 23:14:29 -04:00
parent a174864ddb
commit eb51cfda00
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ onMounted(async () => {
</div>
<div class="flex-r align-items-center gap-2">
<div class="fs-6">
{{ data.temperature.toFixed(0) }}°C
{{ data.temperature?.toFixed(0) }}°C
</div>
<div class="flex-c fg-muted">
<span class="hi"> {{ 0 }}°</span>

View File

@@ -505,7 +505,7 @@ def read_rain(c):
# ── Wind ──────────────────────────────────────────────────────────────────────
def read_rain(c):
def read_wind(c):
try:
write(c, 'wind', {
'wind_direction': 0,