From e4ed65973c58018a4f929fd2a20aa0f8a2d7a05e Mon Sep 17 00:00:00 2001 From: FenMei007S <40883570+FenMei007S@users.noreply.github.com> Date: Thu, 26 Jul 2018 05:01:35 +0800 Subject: [PATCH] Fix ICP-5495 the orvibo smoke sensor not be rightly recognized by some hubs,add clusters (#3299) --- .../zigbee-smoke-sensor.src/zigbee-smoke-sensor.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/zigbee-smoke-sensor.src/zigbee-smoke-sensor.groovy b/devicetypes/smartthings/zigbee-smoke-sensor.src/zigbee-smoke-sensor.groovy index 8af75458dd2..831f5501d62 100644 --- a/devicetypes/smartthings/zigbee-smoke-sensor.src/zigbee-smoke-sensor.groovy +++ b/devicetypes/smartthings/zigbee-smoke-sensor.src/zigbee-smoke-sensor.groovy @@ -28,7 +28,7 @@ metadata { capability "Refresh" capability "Health Check" - fingerprint profileId: "0104", deviceId: "0402", inClusters: "0000,0001,0003,0500", outClusters: "", manufacturer: "Heiman", model: "b5db59bfd81e4f1f95dc57fdbba17931", deviceJoinName: "Orvibo Smoke Sensor" + fingerprint profileId: "0104", deviceId: "0402", inClusters: "0000,0001,0003,0500,0502,0009", outClusters: "0019", manufacturer: "Heiman", model: "b5db59bfd81e4f1f95dc57fdbba17931", deviceJoinName: "Orvibo Smoke Sensor" } tiles {