|
@ -156,7 +156,7 @@ public class UfZcancmderWebsocket extends UfConnectionBase { |
|
|
TsMdbActuator actuator = TsMdbActuator.findOne(TsMdbActuator.class, actuatorCmd.actuatorId); |
|
|
TsMdbActuator actuator = TsMdbActuator.findOne(TsMdbActuator.class, actuatorCmd.actuatorId); |
|
|
LOG.info("[Command-Executor:{}] {}({}) => {}", actuator.name, actuatorCmd.cmdKey, actuatorCmd.parameters, cmd); |
|
|
LOG.info("[Command-Executor:{}] {}({}) => {}", actuator.name, actuatorCmd.cmdKey, actuatorCmd.parameters, cmd); |
|
|
if ( !this.client.isOpen() ) { |
|
|
if ( !this.client.isOpen() ) { |
|
|
throw new RuntimeException("Connection is not open."); |
|
|
|
|
|
|
|
|
throw new RuntimeException("ZCanCmder 连接已断开"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
TimerTask task = new TimerTask() { |
|
|
TimerTask task = new TimerTask() { |
|
|