DmxCommand dmxCommand = new DmxFadeCommand(this,
cmdValue.substring(cmdValue.indexOf("|") + 1));
customCommands.put(cmd, dmxCommand);
} else if (dmxCommandType.equals(DmxCommand.types.SFADE
.toString())) {
DmxCommand dmxCommand = new DmxSuspendingFadeCommand(
this,
cmdValue.substring(cmdValue.indexOf("|") + 1));
customCommands.put(cmd, dmxCommand);
} else {
throw new BindingConfigParseException(