diff --git a/devicetypes/fibargroup/fibaro-walli-double-switch.src/fibaro-walli-double-switch.groovy b/devicetypes/fibargroup/fibaro-walli-double-switch.src/fibaro-walli-double-switch.groovy index cc5a990f53d..a6357b31202 100644 --- a/devicetypes/fibargroup/fibaro-walli-double-switch.src/fibaro-walli-double-switch.groovy +++ b/devicetypes/fibargroup/fibaro-walli-double-switch.src/fibaro-walli-double-switch.groovy @@ -346,7 +346,7 @@ private onOffCmd(value, endpoint = 1) { delayBetween([ encap(zwave.basicV1.basicSet(value: value), endpoint), encap(zwave.basicV1.basicGet(), endpoint) - ]) + ], 1000) } private refreshAll(includeMeterGet = true) {