1
0

debugging lines suppressed

This commit is contained in:
2022-01-15 10:59:53 +01:00
parent 922904935b
commit b7d2b8def5
2 changed files with 8 additions and 8 deletions

View File

@ -40,7 +40,7 @@ function messageReceived($message)
{
$topic = explode ("/", $message->topic, 2); // get topic name
$fnTree = explode ("/" , $topic[1]); // get friendlyname
echo $topic[0] . " => " . $topic[1] . EOL;
//echo $topic[0] . " => " . $topic[1] . EOL;
logger(INFO, print_r(json_decode($message->payload), true));
}
}