$this->current_temperature, 'weatherIcon' => $this->weather_icon, 'weatherDescription' => $this->weather_description, 'windSpeed' => $this->wind_speed, 'windDir' => $this->wind_dir, 'localtimeEpoch' => $this->localtime_epoch, ]; } }