Files
opensprinkler-weather/test/expected.json
Samer Albahra 58bc020f34 Move weather-based rain delay into it's own adjustment method
The previous implementation caused the scale to change to zero for
user’s not using a weather adjustment method. This is not ideal since
the water scale will remain at 0% until there is user intervention.

Now it will be a user selectable method which uses a user-configurable
delay value which defaults to 24 hours.
2015-07-30 21:23:19 -07:00

33 lines
404 B
JSON

{
"WSI": {
"01002": {
"scale": 83,
"rd": -1,
"tz": 32,
"sunrise": 324,
"sunset": 1226,
"eip": 2130706433
}
},
"WU": {
"01002": {
"scale": 61,
"rd": -1,
"tz": 32,
"sunrise": 324,
"sunset": 1228,
"eip": 2130706433
}
},
"noWeather": {
"01002": {
"scale": -1,
"rd": -1,
"tz": 32,
"sunrise": 324,
"sunset": 1226,
"eip": 2130706433
}
}
}