Skip to content

Commit f3abdc0

Browse files
authored
Update thermostat.class.php
1 parent 5d728a4 commit f3abdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/class/thermostat.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ public function windowOpen($_window) {
613613
}
614614

615615
public function reschedule($_next = null, $_stop = false, $_smartThermostat = false) {
616-
log::add(__CLASS__, 'debug', $this->getHumanName() . ' Reschedule, next : '.json_encode($_next).', stop : '.$_stop.', smartThermostat : '.$_smartThermostat);
616+
log::add(__CLASS__, 'debug', $this->getHumanName() . ' Reschedule, next : '.json_encode($_next).', stop : '.$_stop.', smartThermostat : '.json_encode($_smartThermostat));
617617
$options = array('thermostat_id' => intval($this->getId()));
618618
if ($_stop) {
619619
$options['stop'] = intval(1);

0 commit comments

Comments
 (0)