tongshanglei 1 yıl önce
ebeveyn
işleme
19823e367d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      task_script/LIVESTOCK_MQTT_PUBLISH.php

+ 1 - 1
task_script/LIVESTOCK_MQTT_PUBLISH.php

@@ -85,7 +85,7 @@ function sendConfig($topic,$config)
     $res=$mqtt->publish(
         $topic,
         $config,
-        0
+        1
     );
     $mqtt->disconnect();
     return $res;