From c259af43126037a19ae971a66f2a7bfb3d9ef5f4 Mon Sep 17 00:00:00 2001 From: Vinay Rao Date: Mon, 4 Apr 2016 17:04:15 -0700 Subject: [PATCH] change name for button to generic name --- .../zigbee-button.src/zigbee-button.groovy} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename devicetypes/{mitchpond/iris-smart-fob.src/iris-smart-fob.groovy => smartthings/zigbee-button.src/zigbee-button.groovy} (98%) diff --git a/devicetypes/mitchpond/iris-smart-fob.src/iris-smart-fob.groovy b/devicetypes/smartthings/zigbee-button.src/zigbee-button.groovy similarity index 98% rename from devicetypes/mitchpond/iris-smart-fob.src/iris-smart-fob.groovy rename to devicetypes/smartthings/zigbee-button.src/zigbee-button.groovy index 037e91f..68e8cee 100644 --- a/devicetypes/mitchpond/iris-smart-fob.src/iris-smart-fob.groovy +++ b/devicetypes/smartthings/zigbee-button.src/zigbee-button.groovy @@ -15,7 +15,7 @@ * */ metadata { - definition (name: "Iris Smart Fob", namespace: "mitchpond", author: "Mitch Pond") { + definition (name: "ZigBee Button", namespace: "smartthings", author: "Mitch Pond") { capability "Battery" capability "Button" capability "Configuration"