|
|
@ -15,13 +15,13 @@ import org.springframework.stereotype.Component; |
|
|
|
import java.util.concurrent.CompletableFuture; |
|
|
|
|
|
|
|
/** |
|
|
|
* 打开冷却风扇 todo 需要与小何确定次序 |
|
|
|
* 阀转换到蒸馏水通道 todo 需要与小何确定次序 |
|
|
|
*/ |
|
|
|
@Slf4j |
|
|
|
@Component |
|
|
|
@RequiredArgsConstructor |
|
|
|
@CommandMapping("liquid_valve_open_vacant") |
|
|
|
public class DebugValveOpenVacantWayCommand extends BaseCommandHandler { |
|
|
|
@CommandMapping("valve_switch_water") |
|
|
|
public class DebugValveSwitchWaterCommand extends BaseCommandHandler { |
|
|
|
private final DeviceCommandService deviceCommandService; |
|
|
|
|
|
|
|
@Override |