mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-20 02:31:14 +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:
@@ -109,9 +109,9 @@ class AkkudoktorForecastValue(PydanticBaseModel):
|
||||
power: float
|
||||
sunTilt: float
|
||||
sunAzimuth: float
|
||||
temperature: float
|
||||
relativehumidity_2m: float
|
||||
windspeed_10m: float
|
||||
temperature: Optional[float]
|
||||
relativehumidity_2m: Optional[float]
|
||||
windspeed_10m: Optional[float]
|
||||
|
||||
|
||||
class AkkudoktorForecast(PydanticBaseModel):
|
||||
|
Reference in New Issue
Block a user