From d626c5f2a197df38d8cbf670125a48a8abe37ce9 Mon Sep 17 00:00:00 2001 From: twack Date: Thu, 25 May 2017 07:57:19 -0700 Subject: [PATCH 1/2] ocf-update-fortrezz-siren --- devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy b/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy index 9ee8071..9c0d62b 100644 --- a/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy +++ b/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy @@ -16,7 +16,7 @@ * Date: 2014-07-15 */ metadata { - definition (name: "Z-Wave Siren", namespace: "smartthings", author: "SmartThings") { + definition (name: "Z-Wave Siren", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "x.com.st.d.sensor.smoke") { capability "Actuator" capability "Alarm" capability "Battery" From df8e435fcca7ae6997a30b068ebe030d2b5f510e Mon Sep 17 00:00:00 2001 From: Vinay Rao Date: Thu, 25 May 2017 17:09:54 -0700 Subject: [PATCH 2/2] ICP-1056 Updating the icon and ocf device type for fortrezz siren --- .../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 4481e76..a1585bf 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.smokedetector") { + definition (name: "SmartAlert Siren", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "x.com.st.d.sensor.smoke") { capability "Actuator" capability "Switch" capability "Sensor"