Skip to content

Commit

Permalink
v1.9.3 Added missing declaration for nowInLocalTime
Browse files Browse the repository at this point in the history
  • Loading branch information
yracine committed Jul 29, 2015
1 parent 7e162ce commit 13b0a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartapps/ScheduleTstatZones.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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\n[email protected]\n\n" +
"Copyright©2015 Yves Racine"
href url: "http://github.com/yracine", style: "embedded", required: false, title: "More information...",
Expand Down Expand Up @@ -503,7 +503,7 @@ def setZoneSettings() {
}

def currTime = now()
String startInLocalTime
String startInLocalTime,nowInLocalTime
Boolean foundSchedule=false

/* Poll the thermostat to get latest values */
Expand Down

0 comments on commit 13b0a53

Please sign in to comment.