1
0

added distants notifications and devices availability warning

This commit is contained in:
2022-01-02 13:47:41 +01:00
parent 02dfa615fa
commit 2e6b2fe5cb
6 changed files with 99 additions and 17 deletions

View File

@ -53,6 +53,7 @@ define( "WARNING", $client->LOG_WARNING);
define( "ERROR", $client->LOG_ERR);
define( "ALL", DEBUG | INFO | NOTICE | WARNING | ERROR);
$logLevel = DEBUG;
$notificationLevel = WARNING | ERROR;
// defining callback functions
$client->onConnect('connectResponse');