145146147148149150151152153154155
if (config != null) { break; } } if (config != null && command instanceof OnOffType) { OnOffType type = (OnOffType) command; String commandValue = null; switch (type) { case ON: commandValue = config.getCommandValueON(); break;