Update routine-director.groovy
[smartapps.git] / official / routine-director.groovy
index 21d0c484d36d4650d7042d21ab63d73c10349130..27336f825f22c708c0cb81ceaf8ba4ae05702272 100755 (executable)
@@ -60,6 +60,11 @@ preferences {
                 options: ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]
             input "modes", "mode", title: "Only when mode is", multiple: true, required: false
         }
+           
+       section {
+               input "starting", "time", title: "Starting", required: false
+               input "ending", "time", title: "Ending", required: false
+       }
     }
 }