From 0ab34a6a006aa692eb334220570daab6547b4d7a Mon Sep 17 00:00:00 2001 From: Leonardo Casale <2325106+lcasale@users.noreply.github.com> Date: Tue, 11 May 2021 21:18:22 -0400 Subject: [PATCH] Update hubitat-mqtt-bridge-app.groovy --- apps/hubitat-mqtt-bridge-app.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hubitat-mqtt-bridge-app.groovy b/apps/hubitat-mqtt-bridge-app.groovy index 5a6997d..40ad360 100644 --- a/apps/hubitat-mqtt-bridge-app.groovy +++ b/apps/hubitat-mqtt-bridge-app.groovy @@ -709,7 +709,7 @@ preferences { name: "Switch Level", capability: "capability.switchLevel", attributes: [ - "level" + "switchLevel" ], action: "actionSwitchLevel" ],