Skip to content

Commit

Permalink
fix sleepy config update
Browse files Browse the repository at this point in the history
  • Loading branch information
djdizzyd committed Jul 23, 2020
1 parent e8de1cc commit 3a3e67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Drivers/Aeotec/water-sensor-6.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void updated() {
unschedule()
if (logEnable) runIn(1800,logsOff)
if (state.sleepy) {
state.configUpdated
state.configUpdated=true
} else {
List<hubitat.zwave.Command> cmds = []
cmds.addAll(runConfigs())
Expand Down

0 comments on commit 3a3e67d

Please sign in to comment.