From 22b4722f9cfb5246717f97144360a26a7393c5e3 Mon Sep 17 00:00:00 2001 From: 625alex <625alex@gmail.com> Date: Mon, 24 Aug 2015 11:51:47 -0600 Subject: [PATCH] added "Sensor" capability --- .../smartweather-station-tile.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/devicetypes/smartthings/smartweather-station-tile.src/smartweather-station-tile.groovy b/devicetypes/smartthings/smartweather-station-tile.src/smartweather-station-tile.groovy index db07c46..d1ab907 100644 --- a/devicetypes/smartthings/smartweather-station-tile.src/smartweather-station-tile.groovy +++ b/devicetypes/smartthings/smartweather-station-tile.src/smartweather-station-tile.groovy @@ -21,6 +21,7 @@ metadata { capability "Illuminance Measurement" capability "Temperature Measurement" capability "Relative Humidity Measurement" + capability "Sensor" attribute "localSunrise", "string" attribute "localSunset", "string"