diff --git a/devicetypes/qubino/qubino-flush-2-relay.src/qubino-flush-2-relay.groovy b/devicetypes/qubino/qubino-flush-2-relay.src/qubino-flush-2-relay.groovy index 2dbeb85dd8b..9a1d7e87193 100644 --- a/devicetypes/qubino/qubino-flush-2-relay.src/qubino-flush-2-relay.groovy +++ b/devicetypes/qubino/qubino-flush-2-relay.src/qubino-flush-2-relay.groovy @@ -92,6 +92,9 @@ def installed() { state.currentPreferencesState."$it.key".status = "synced" } // Preferences template end + response([ + refresh((1..state.numberOfSwitches).toList()) + ]) } def updated() {