From eb3d0c2874f578937e243cc2fba7be1909e945b6 Mon Sep 17 00:00:00 2001 From: Juan Pablo Risso Date: Fri, 9 Oct 2015 12:34:58 -0400 Subject: [PATCH 1/2] 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" From 2534afbf818b8a57c0ec402d8c958c266ae6ef21 Mon Sep 17 00:00:00 2001 From: Juan Pablo Risso Date: Fri, 9 Oct 2015 12:39:26 -0400 Subject: [PATCH 2/2] Removed Humidity --- devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy b/devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy index c6e598e..a13646f 100644 --- a/devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy +++ b/devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy @@ -9,7 +9,6 @@ metadata { capability "Actuator" capability "Thermostat" capability "Temperature Measurement" - capability "Relative Humidity Measurement" capability "Configuration" capability "Refresh" capability "Sensor"