1
0

Minor modif to moha.php\nDebug\nAdded script rdc_temperature_int_ext

This commit is contained in:
2022-08-05 17:24:11 +02:00
parent d0489c7353
commit 4e04dfdfd6
6 changed files with 42 additions and 7 deletions

View File

@ -176,7 +176,7 @@ function connect2mqttServer()
global $client;
$client->onConnect('connectResponse');
}
logger(WARNING, _("starting moha"), __FILE__ . ":" . __LINE__);
logger(ALERT, _("starting moha"), __FILE__ . ":" . __LINE__);
logger(DEBUG, _("requiring config files -> devices_constants.php"), __FILE__ . ":" . __LINE__);
@ -312,6 +312,7 @@ foreach($topics as $name => &$topic)
// starting main loop
logger(INFO, _("Starting loop"), __FILE__ . ":" . __LINE__, false);
$oneshot = false;
logger(ALERT, _("Moha started"), __FILE__ . ":" . __LINE__);
while (true)
{