@@ -111,7 +111,7 @@ public class MqttServiceImpl implements MqttService {
@Timer
@Override
- @ApiOperation("发送指令")
+ @ApiOperation("指令发送")
public R<List<Tuple.Tuple3<Long, Long, Boolean>>> senCommand(List<CommandMqtt> commandMqtts) {
//发送指令
List<MqttDto> mqttDtos = new ArrayList<>();
@@ -16,7 +16,7 @@ import java.util.List;
public interface MqttService {
/**
- * 发送指令
+ * 指令发送
*
* @param commandMqtts
* @return