diff --git a/devicetypes/smartthings/zwave-radiator-thermostat.src/zwave-radiator-thermostat.groovy b/devicetypes/smartthings/zwave-radiator-thermostat.src/zwave-radiator-thermostat.groovy index 91a277d96dd..a4c79ca74ab 100644 --- a/devicetypes/smartthings/zwave-radiator-thermostat.src/zwave-radiator-thermostat.groovy +++ b/devicetypes/smartthings/zwave-radiator-thermostat.src/zwave-radiator-thermostat.groovy @@ -225,7 +225,7 @@ def setThermostatMode(String mode) { [ secure(zwave.thermostatModeV2.thermostatModeSet(mode: modeValue)), - "delay 2000", + "delay 5000", secure(zwave.thermostatModeV2.thermostatModeGet()) ] }