tongshanglei hai 1 ano
pai
achega
19823e367d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;