From 6535a281e5e2a218e757dc5dabad11c787c8912b Mon Sep 17 00:00:00 2001
From: PKacprowiczS
Date: Thu, 18 Jun 2020 15:54:34 +0200
Subject: [PATCH] Extended delay time between set and get thermostat modes
commands
---
.../zwave-radiator-thermostat.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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())
]
}