mirror of
				https://github.com/Akkudoktor-EOS/EOS.git
				synced 2025-11-04 08:46:20 +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