mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-16 00:41:15 +00:00
* temperature, relativehumidity_2m, windspeed_10m can be null * prettify pv_forecast_input_1.json (and add null value)
This commit is contained in:
@@ -407,7 +407,7 @@ def fastapi_gesamtlast_simple(year_energy: float) -> list[float]:
|
||||
|
||||
|
||||
class ForecastResponse(PydanticBaseModel):
|
||||
temperature: list[float]
|
||||
temperature: list[Optional[float]]
|
||||
pvpower: list[float]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user