-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.9.3 Added missing declaration for nowInLocalTime
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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...", | ||
|
@@ -503,7 +503,7 @@ def setZoneSettings() { | |
} | ||
|
||
def currTime = now() | ||
String startInLocalTime | ||
String startInLocalTime,nowInLocalTime | ||
Boolean foundSchedule=false | ||
|
||
/* Poll the thermostat to get latest values */ | ||
|