7778798081828384858687
} // process custom commands if they are available if (isRedefinedByCustomCommand(command)) { DmxCommand dmxCommand = customCommands.get(command.toString()); dmxCommand.execute(service); return; } }