this.data = {id:String(id), name:name, description:description, type:'
devices.types.thermostat.ac', room:room, capabilities:[
{
type: "devices.capabilities.on_off",
retrievable: true,
state: {
instance: "off",
value: false
}
},
{
type: "devices.capabilities.mode",
retrievable: false,
parameters: {
instance: "thermostat",
modes: [
{ value: "auto" },
{ value: "cool" },
{ value: "heat" }
],
ordered: false
},
state: {
instance: "thermostat",
value: "auto"
}
}
]}