debug\ncode optimization
This commit is contained in:
@@ -13,7 +13,7 @@ function messageReceived($message)
|
||||
// payload is an array :
|
||||
// $key is property and $value is value of the property
|
||||
|
||||
function publish($topic, $payload, $commande="set", $eventKey)
|
||||
function publish($topic, $payload, $commande="set") //, $eventKey)
|
||||
{
|
||||
global $client, $mids, $logFh, $testMode;
|
||||
$string = $topic . "/" . $commande;
|
||||
|
Reference in New Issue
Block a user