tongshanglei hace 1 año
padre
commit
00fdf758a2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      task_script/LIVESTOCK_MQTT_PUBLISH.php

+ 2 - 0
task_script/LIVESTOCK_MQTT_PUBLISH.php

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