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 d957f00..c57176e 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" diff --git a/devicetypes/smartthings/zwave-switch-generic.src/zwave-switch-generic.groovy b/devicetypes/smartthings/zwave-switch-generic.src/zwave-switch-generic.groovy index 1f2912d..798b89d 100644 --- a/devicetypes/smartthings/zwave-switch-generic.src/zwave-switch-generic.groovy +++ b/devicetypes/smartthings/zwave-switch-generic.src/zwave-switch-generic.groovy @@ -12,7 +12,7 @@ * */ metadata { - definition (name: "Z-Wave Switch (Generic)", namespace: "smartthings", author: "SmartThings") { + definition (name: "Z-Wave Switch Generic", namespace: "smartthings", author: "SmartThings") { capability "Actuator" capability "Switch" capability "Polling"