mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-05 14:23:12 +01: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