Revize ebe96ca4
Přidáno uživatelem Roman Kalivoda před téměř 4 roky(ů)
Server/ServerApp/Parser/OutputInfo/WeatherInfo.cs | ||
---|---|---|
11 | 11 |
/// - shortest possible interval is 1h |
12 | 12 |
/// </summary> |
13 | 13 |
/// <author>A. Konig</author> |
14 |
class WeatherInfo |
|
14 |
public class WeatherInfo
|
|
15 | 15 |
{ |
16 | 16 |
/// <summary> Temperature in °C </summary> |
17 | 17 |
public double temp; |
Také k dispozici: Unified diff
Re #8832 PredictionController implementation