Closed Eddy-the-Git closed 3 years ago
Line 161:
this.service.getCharacteristic(Characteristic.CurrentHeatingCoolingState).updateValue(value)
should update the Characteristic.TargetHeatingCoolingState value like it advertises in line 160:
Characteristic.TargetHeatingCoolingState
this.log('Set targetHeatingCoolingState to: %s', value)
Good suggestion, but I feel this will be better solved with a change to a _getStatus function call instead after any target API calls. See your other issue #13 for more details.
_getStatus
target
Line 161:
this.service.getCharacteristic(Characteristic.CurrentHeatingCoolingState).updateValue(value)
should update the
Characteristic.TargetHeatingCoolingState
value like it advertises in line 160:this.log('Set targetHeatingCoolingState to: %s', value)