From 2f2430d34a84ef3b9c9a313e0f319316ab4c93e6 Mon Sep 17 00:00:00 2001 From: greens Date: Tue, 31 Jul 2018 14:16:22 -0700 Subject: [PATCH] ICP-5473 Add ocfdevicetype to heat alarm (#3301) * ICP-5473 Add ocfdevicetype to heat alarm --- .../zwave-basic-heat-alarm.src/zwave-basic-heat-alarm.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/zwave-basic-heat-alarm.src/zwave-basic-heat-alarm.groovy b/devicetypes/smartthings/zwave-basic-heat-alarm.src/zwave-basic-heat-alarm.groovy index 83727dc49bc..4b0969abdfb 100644 --- a/devicetypes/smartthings/zwave-basic-heat-alarm.src/zwave-basic-heat-alarm.groovy +++ b/devicetypes/smartthings/zwave-basic-heat-alarm.src/zwave-basic-heat-alarm.groovy @@ -12,7 +12,7 @@ * */ metadata { - definition(name: "Z-Wave Basic Heat Alarm", namespace: "smartthings", author: "SmartThings") { + definition(name: "Z-Wave Basic Heat Alarm", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "x.com.st.d.sensor.smoke") { capability "Temperature Alarm" capability "Sensor" capability "Battery"