No parenthesis (#1085)

* SSVD-1823 - Z-wave Switch Generic

Remove Indicator

Update Name

deviceJoinName

* SSVD-1823 - Drop parenthesis
This commit is contained in:
Juan Pablo Risso
2016-08-02 12:04:34 -04:00
committed by GitHub
parent 7d8acd5dd6
commit 34ad221f5d
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"