Reduce length of weatherProvider field in response

This commit is contained in:
Matthew Oslan
2020-03-21 16:37:03 -04:00
parent 0cfd777963
commit a563cbd21c
7 changed files with 10 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
"01002": {
"tz": 32,
"rawData": {
"weatherProvider": "Manual"
"wp": "Manual"
},
"sunrise": 332,
"sunset": 1203,
@@ -23,7 +23,7 @@
"p": 1.09,
"t": 70.8,
"raining": 1,
"weatherProvider": "OWM"
"wp": "OWM"
},
"errCode": 0
}