Files
opensprinkler-weather/test/expected.json
Matthew Oslan 56f32b2d66 Fix tests
2019-06-10 19:03:46 -04:00

26 lines
322 B
JSON

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