From 9c8cf9d686c1d472b00b410fcfad3f7f998ea1ee Mon Sep 17 00:00:00 2001 From: 625alex <625alex@gmail.com> Date: Thu, 20 Aug 2015 21:09:04 -0600 Subject: [PATCH] added "Sensor" capability --- .../smartsense-motion-temp-sensor.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/devicetypes/smartthings/smartsense-motion-temp-sensor.src/smartsense-motion-temp-sensor.groovy b/devicetypes/smartthings/smartsense-motion-temp-sensor.src/smartsense-motion-temp-sensor.groovy index 891c2e5..c7fcab0 100644 --- a/devicetypes/smartthings/smartsense-motion-temp-sensor.src/smartsense-motion-temp-sensor.groovy +++ b/devicetypes/smartthings/smartsense-motion-temp-sensor.src/smartsense-motion-temp-sensor.groovy @@ -21,6 +21,7 @@ metadata { capability "Battery" capability "Temperature Measurement" capability "Refresh" + capability "Sensor" command "enrollResponse"