|
|
@ -112,7 +112,7 @@ abstract public class DiActuatorBase implements DiActuator { |
|
|
|
} |
|
|
|
|
|
|
|
// execute device command |
|
|
|
protected DiCommandResponse call( DiCommand cmd, Object... args ) { |
|
|
|
synchronized protected DiCommandResponse call( DiCommand cmd, Object... args ) { |
|
|
|
return this.device.call(cmd, this.mid, args); |
|
|
|
} |
|
|
|
|
|
|
|