Update laundry-monitor.groovy
[smartapps.git] / official / laundry-monitor.groovy
index 323b455b60456b657b6126fa0b812c17db772ed9..c71cbd5aecc2d821d88e1c921c8bc19053ed08c6 100755 (executable)
@@ -138,9 +138,9 @@ def checkRunning() {
 
 private flashLights() {
        def doFlash = true
-       def onFor = onFor ?: 1000
-       def offFor = offFor ?: 1000
-       def numFlashes = numFlashes ?: 3
+       def onFor = 1000
+       def offFor = 1000
+       def numFlashes = 3
 
        log.debug "LAST ACTIVATED IS: ${state.lastActivated}"
        if (state.lastActivated) {