1
0

récupération après crash

This commit is contained in:
2022-12-05 12:23:43 +01:00
parent 559039b5e3
commit a27db71327
22 changed files with 300 additions and 147 deletions

View File

@@ -1,4 +1,6 @@
<?php
// mosquitto-php related functions
logger(DEBUG,"Including mqtt_functions.php");
function messageReceived($message)
@@ -98,7 +100,7 @@ function disconnectResponse($r)
{
$str = _('Cleanly ');
}
logger(ERROR, $str . _("disconnected from server"));
logger(ALERT, $str . _("disconnected from server"));
$connected = false;
}