$this->temperature_c, 'precipitation_mm' => $this->precipitation_mm, 'snowfall_mm' => $this->snowfall_mm, 'wind_kmh' => $this->wind_kmh, 'humidity_percent' => $this->humidity_percent, 'condition' => $this->condition, 'weather_code' => $this->weather_code, 'provider' => $this->provider, 'observed_at' => $this->observed_at->toIso8601String(), ]; } }