changed night temps

This commit is contained in:
Martin Donnelly 2017-02-28 22:12:09 +00:00
parent 42bf60c1c7
commit 0f31666c57

View File

@ -30,7 +30,7 @@ const mqttClient = function(events) {
};
this.ranges = {
day: {low: 19.5, high: 22.5, max: 22.7},
night: {low: 17.5, high: 19.5, max: 19.7}
night: {low: 18.5, high: 20.5, max: 20.7}
};
this.first = false;