From 35135bfb2b99db04e52b13e672fd05cde70b626e Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 17 Dec 2018 08:18:20 -0500 Subject: [PATCH 1/2] Updating for new SmartThings App This change will allow the Iris Smart Plug to work properly in the new SmartThings App. As noted via this community post. https://community.smartthings.com/t/new-app-which-custom-dth-s-will-work/133908/38 --- devicetypes/blebson/iris-smart-plug.src/iris-smart-plug.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/blebson/iris-smart-plug.src/iris-smart-plug.groovy b/devicetypes/blebson/iris-smart-plug.src/iris-smart-plug.groovy index f429f4b..cf9f084 100644 --- a/devicetypes/blebson/iris-smart-plug.src/iris-smart-plug.groovy +++ b/devicetypes/blebson/iris-smart-plug.src/iris-smart-plug.groovy @@ -17,7 +17,7 @@ */ metadata { // Automatically generated. Make future change here. - definition (name: "Iris Smart Plug", namespace: "blebson", author: "SmartThings") { + definition (name: "Iris Smart Plug", namespace: "blebson", author: "SmartThings", ocfDeviceType: "oic.d.smartplug", mnmn: "SmartThings", vid: "generic-switch") { capability "Actuator" capability "Switch" capability "Power Meter" From 0d8e1094069c7581a93ef677f049716f78274806 Mon Sep 17 00:00:00 2001 From: Gerald Wood Date: Mon, 17 Dec 2018 08:20:59 -0500 Subject: [PATCH 2/2] Updating for new SmartThings App This will allow the Iris Smart Plug to work with the new SmartThings app as described in this community post. https://community.smartthings.com/t/new-app-which-custom-dth-s-will-work/133908/38 --- devicetypes/blebson/iris-smart-plug.src/iris-smart-plug.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/blebson/iris-smart-plug.src/iris-smart-plug.groovy b/devicetypes/blebson/iris-smart-plug.src/iris-smart-plug.groovy index f429f4b..cf9f084 100644 --- a/devicetypes/blebson/iris-smart-plug.src/iris-smart-plug.groovy +++ b/devicetypes/blebson/iris-smart-plug.src/iris-smart-plug.groovy @@ -17,7 +17,7 @@ */ metadata { // Automatically generated. Make future change here. - definition (name: "Iris Smart Plug", namespace: "blebson", author: "SmartThings") { + definition (name: "Iris Smart Plug", namespace: "blebson", author: "SmartThings", ocfDeviceType: "oic.d.smartplug", mnmn: "SmartThings", vid: "generic-switch") { capability "Actuator" capability "Switch" capability "Power Meter"