- changed webserver to apiserver
- added webserver - a lot of debugging - install shell script
This commit is contained in:
@ -122,7 +122,7 @@ class radiateurs extends hook
|
||||
logger(INFO, sprintf(_("publishing message: %s to %s"), json_encode($msg), $device->friendlyName), __FILE__ . ":" . __LINE__);
|
||||
$device->payload = $msg;
|
||||
$device->set();
|
||||
$device->method = AUTO;
|
||||
$device->properties["current_heating_setpoint"]["method"] = AUTO;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user