Skip to content

Commit

Permalink
[ICP-11333] Extended delay time between set and get thermostat modes …
Browse files Browse the repository at this point in the history
  • Loading branch information
PKacprowiczS authored and dkirker committed Jun 29, 2020
1 parent 9d37b76 commit 3be16ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def setThermostatMode(String mode) {

[
secure(zwave.thermostatModeV2.thermostatModeSet(mode: modeValue)),
"delay 2000",
"delay 5000",
secure(zwave.thermostatModeV2.thermostatModeGet())
]
}
Expand Down

0 comments on commit 3be16ba

Please sign in to comment.