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