From 18343ae4b8adcce1201408a031a7e5422c4a6938 Mon Sep 17 00:00:00 2001 From: sabersd Date: Mon, 27 Mar 2017 21:46:25 -0500 Subject: [PATCH] fixing ocfDeviceType --- .../smartthings/smartalert-siren.src/smartalert-siren.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/smartalert-siren.src/smartalert-siren.groovy b/devicetypes/smartthings/smartalert-siren.src/smartalert-siren.groovy index 8c7a1c9..aaf2587 100644 --- a/devicetypes/smartthings/smartalert-siren.src/smartalert-siren.groovy +++ b/devicetypes/smartthings/smartalert-siren.src/smartalert-siren.groovy @@ -16,7 +16,7 @@ * Date: 2013-03-05 */ metadata { - definition (name: "SmartAlert Siren", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "x.com.st.d.sensor.smoke") { + definition (name: "SmartAlert Siren", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "x.com.st.smokedetector") { capability "Actuator" capability "Switch" capability "Sensor"