tongshanglei преди 1 година
родител
ревизия
00fdf758a2
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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);
     $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,