Minor modif to moha.php\nDebug\nAdded script rdc_temperature_int_ext
This commit is contained in:
3
moha.php
3
moha.php
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user