Skip to content

Commit

Permalink
name Virtual Thermostat
Browse files Browse the repository at this point in the history
  • Loading branch information
aivs authored Nov 30, 2016
1 parent 1c3308e commit a22cd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ThermostatDevice/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down

0 comments on commit a22cd95

Please sign in to comment.