From b9b0cc6b37c991f9720894f2a4aff3613cc81cdb Mon Sep 17 00:00:00 2001 From: Luke Ness Date: Tue, 2 Aug 2016 12:48:18 -0500 Subject: [PATCH] [PRP-205] Changed name of ZWave Dimmer to reflect other DTH naming conventions --- .../zwave-dimmer-switch.src/zwave-dimmer-switch.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/zwave-dimmer-switch.src/zwave-dimmer-switch.groovy b/devicetypes/smartthings/zwave-dimmer-switch.src/zwave-dimmer-switch.groovy index c57176e..4dd77ef 100644 --- a/devicetypes/smartthings/zwave-dimmer-switch.src/zwave-dimmer-switch.groovy +++ b/devicetypes/smartthings/zwave-dimmer-switch.src/zwave-dimmer-switch.groovy @@ -12,7 +12,7 @@ * */ metadata { - definition (name: "Z-wave Dimmer Switch Generic", namespace: "smartthings", author: "SmartThings") { + definition (name: "Z-Wave Dimmer Switch Generic", namespace: "smartthings", author: "SmartThings") { capability "Switch Level" capability "Actuator" capability "Switch"