|
@ -96,6 +96,7 @@ public class SolutionAddStartCommand extends BaseCommandHandler { |
|
|
for (ChannelCode channelCode : channelCodeList) { |
|
|
for (ChannelCode channelCode : channelCodeList) { |
|
|
deviceState.getChannelStateMap().get(channelCode).setStateCode(ChannelStateCode.IDLE); |
|
|
deviceState.getChannelStateMap().get(channelCode).setStateCode(ChannelStateCode.IDLE); |
|
|
} |
|
|
} |
|
|
|
|
|
deviceState.setSolutionAddStop(false); |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|