Reduce length of weatherProvider field in response
This commit is contained in:
@@ -37,7 +37,7 @@ export default class WUnderground extends WeatherProvider {
|
||||
}
|
||||
|
||||
return {
|
||||
weatherProvider: "WUnderground",
|
||||
weatherProvider: "WU",
|
||||
temp: totals.temp / samples.length,
|
||||
humidity: totals.humidity / samples.length,
|
||||
precip: totals.precip,
|
||||
|
||||
Reference in New Issue
Block a user