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 +}