Files
opensprinkler-weather/test/expected.json
Matthew Oslan f8d3c64a33 Fix tests
2019-09-01 11:23:56 -04:00

28 lines
356 B
JSON

{
"noWeather": {
"01002": {
"tz": 32,
"sunrise": 332,
"sunset": 1203,
"eip": 2130706433,
"errCode": 0
}
},
"adjustment1": {
"01002": {
"scale": 0,
"tz": 32,
"sunrise": 332,
"sunset": 1203,
"eip": 2130706433,
"rawData": {
"h": 98.5,
"p": 1.09,
"t": 70.8,
"raining": 1
},
"errCode": 0
}
}
}