Revize 1407c8ba
Přidáno uživatelem Alex Konig před více než 3 roky(ů)
Server/ServerApp/Parser/Parsers/WeatherParser.cs | ||
---|---|---|
110 | 110 |
recordedAmount[1] += list[i].rain; |
111 | 111 |
recordedAmount[2] += list[i].wind; |
112 | 112 |
|
113 |
if (LuxToConditions.TransferLuxToConditions(list[i].lum * 1000) != WeatherConditions.Dark)
|
|
113 |
if (ValueToConditions.TransferLuxToConditions(list[i].lum * 1000) != WeatherConditions.Dark)
|
|
114 | 114 |
recordedAmount[3] += list[i].lum * 1000; weatherValues++; |
115 | 115 |
|
116 | 116 |
values++; |
Také k dispozici: Unified diff
re #8840 Finishing up Json parser