From eb3d0c2874f578937e243cc2fba7be1909e945b6 Mon Sep 17 00:00:00 2001 From: Juan Pablo Risso Date: Fri, 9 Oct 2015 12:34:58 -0400 Subject: [PATCH] Adds capabilities "Temperature Measurement" and "Relative Humidity Measurement" --- devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy b/devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy index 662bbc3..c6e598e 100644 --- a/devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy +++ b/devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy @@ -8,6 +8,8 @@ metadata { definition (name: "Zen Thermostat", namespace: "zenwithin", author: "ZenWithin") { capability "Actuator" capability "Thermostat" + capability "Temperature Measurement" + capability "Relative Humidity Measurement" capability "Configuration" capability "Refresh" capability "Sensor"