|
@@ -125,6 +125,8 @@ while (1) {
|
|
|
|
|
|
$config_json=json_encode($config);
|
|
$config_json=json_encode($config);
|
|
var_dump($config_json);
|
|
var_dump($config_json);
|
|
|
|
+ echo 'topic:'.$topic.PHP_EOL;
|
|
|
|
+ echo 'config:'.$config_json.PHP_EOL;
|
|
// $res=sendConfig($topic,$config_json);
|
|
// $res=sendConfig($topic,$config_json);
|
|
$res=$mqtt->publish(
|
|
$res=$mqtt->publish(
|
|
$topic,
|
|
$topic,
|