fix rain amount information for different units and providers, documentation

This commit is contained in:
fewieden
2018-12-30 20:46:25 +01:00
parent 8dd7621f29
commit de04c12d3c
7 changed files with 150 additions and 18 deletions

View File

@@ -25,6 +25,7 @@ class WeatherObject {
this.maxTemperature = null;
this.weatherType = null;
this.humidity = null;
this.rain = null;
}
cardinalWindDirection() {