From a22cd9506ac4423079ff0ffc1e7a45a706e193e1 Mon Sep 17 00:00:00 2001 From: aivs Date: Wed, 30 Nov 2016 16:33:16 +0300 Subject: [PATCH] name Virtual Thermostat --- modules/ThermostatDevice/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ThermostatDevice/index.js b/modules/ThermostatDevice/index.js index 7de728287..a402b4916 100644 --- a/modules/ThermostatDevice/index.js +++ b/modules/ThermostatDevice/index.js @@ -40,7 +40,7 @@ ThermostatDevice.prototype.init = function (config) { min: this.config.scale === 'C' ? 5 : 41, max: this.config.scale === 'C' ? 40 : 104, icon: '', - title: 'Thermostat Device ' + this.id + title: 'Virtual Thermostat ' + this.id } }, overlay: {},