mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-17 13:20:57 +00:00
removed debug output
This commit is contained in:
@@ -1669,7 +1669,6 @@ FHEMAccessory.prototype = {
|
||||
FHEM_subscribe(characteristic, this.mappings.thermostat.informId, this);
|
||||
characteristic.value = FHEM_cached[this.mappings.thermostat.informId];
|
||||
|
||||
console.log( this.mappings.thermostat );
|
||||
characteristic.setProps( {
|
||||
maxValue: this.mappings.thermostat.max,
|
||||
minValue: this.mappings.thermostat.min,
|
||||
|
||||
Reference in New Issue
Block a user