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