feat: 更新接口

This commit is contained in:
GukSang.Jin
2026-03-03 16:49:57 +08:00
parent 2a312e798f
commit 874ed80fe0
18 changed files with 376 additions and 367 deletions

View File

@@ -24,6 +24,7 @@ public class MqttClientService
_options = new MqttClientOptionsBuilder()
.WithTcpServer(_config.MqttBrokerHost, _config.MqttBrokerPort)
.WithClientId(_config.MqttClientId)
//.WithCredentials(_config.MqttId, _config.MqttApiKey)
.WithCleanSession()
.Build();