Merge pull request #872 from tslagle13/fix-vacation-lighting-director-exception

fix exception caused by typo
This commit is contained in:
tslagle13
2016-05-11 18:59:00 -07:00

View File

@@ -273,7 +273,7 @@ def scheduleCheck(evt) {
else { else {
if(people){ if(people){
//don't turn off lights if anyone is home //don't turn off lights if anyone is home
if(someoneIsHome()){ if(someoneIsHome){
log.debug("Stopping Check for Light") log.debug("Stopping Check for Light")
unschedule() unschedule()
} }