tongshanglei 1 rok temu
rodzic
commit
19823e367d
1 zmienionych plików z 1 dodań i 1 usunięć
  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;