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"