Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…link-rm

# Conflicts:
#	accessories/aircon.js
  • Loading branch information
lprhodes committed May 5, 2017
2 parents 9c8b839 + 224a87d commit 644f77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessories/aircon.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class AirConAccessory extends BroadlinkRMAccessory {
// Some devices don't include a thermometer
if (pseudoDeviceTemperature !== undefined) return;

if ((!autoHeatTemperature && !autoCoolTemperature)) return;
if (!autoHeatTemperature && !autoCoolTemperature) return;

this.getCurrentTemperature((err, temperature) => {
this.thermostatService.setCharacteristic(Characteristic.CurrentTemperature, temperature);
Expand Down

0 comments on commit 644f77f

Please sign in to comment.