diff --git a/smartapps/ScheduleTstatZones.groovy b/smartapps/ScheduleTstatZones.groovy index d15e346f..758643d9 100644 --- a/smartapps/ScheduleTstatZones.groovy +++ b/smartapps/ScheduleTstatZones.groovy @@ -44,7 +44,7 @@ def generalSetupPage() { dynamicPage(name: "generalSetupPage", uninstall: true, nextPage: roomsSetupPage) { section("About") { paragraph "ScheduleTstatZones, the smartapp that enables Heating/Cooling zoned settings at selected thermostat(s) coupled with z-wave vents (optional) for better temp settings control throughout your home" - paragraph "Version 1.9.2\n\n" + + paragraph "Version 1.9.3\n\n" + "If you like this app, please support the developer via PayPal:\n\nyracine@yahoo.com\n\n" + "Copyright©2015 Yves Racine" href url: "http://github.com/yracine", style: "embedded", required: false, title: "More information...", @@ -503,7 +503,7 @@ def setZoneSettings() { } def currTime = now() - String startInLocalTime + String startInLocalTime,nowInLocalTime Boolean foundSchedule=false /* Poll the thermostat to get latest values */