From 45a98eee72b41996c4464e21c200f9b1908fb17c Mon Sep 17 00:00:00 2001 From: reedrich <47285827+reedrich@users.noreply.github.com> Date: Sun, 30 Aug 2020 16:34:12 -0700 Subject: [PATCH] Update my-centralite-thermostat.groovy --- .../my-centralite-thermostat.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devicetypes/jsconstantelos/my-centralite-thermostat.src/my-centralite-thermostat.groovy b/devicetypes/jsconstantelos/my-centralite-thermostat.src/my-centralite-thermostat.groovy index 62d49d9..144fa0e 100644 --- a/devicetypes/jsconstantelos/my-centralite-thermostat.src/my-centralite-thermostat.groovy +++ b/devicetypes/jsconstantelos/my-centralite-thermostat.src/my-centralite-thermostat.groovy @@ -35,7 +35,7 @@ import groovy.json.JsonOutput import physicalgraph.zigbee.zcl.DataType metadata { - definition (name: "My Centralite Thermostat", namespace: "jsconstantelos", author: "SmartThings", ocfDeviceType: "oic.d.thermostat") { + definition (name: "My Centralite Thermostat", namespace: "jsconstantelos", author: "SmartThings", ocfDeviceType: "oic.d.thermostat", vid: "generic-thermostat-1") { capability "Actuator" // capability "Switch" capability "Temperature Measurement" @@ -526,4 +526,4 @@ def configure() { private hex(value) { new BigInteger(Math.round(value).toString()).toString(16) -} \ No newline at end of file +}