Skip to content

Sending Remote Keys is not working #3

@tbraune42

Description

@tbraune42

due to fail type conversion in Code. Here is my changed for that. Please verify.

case CHANNEL_REMOTE_KEY:
if (command instanceof StringType) {
// convert StringType to DecimalType
DecimalType remotekey = DecimalType.valueOf(command.toString());
commandExecutor.sendRemoteKey(remotekey);
} else {
logger.warn("Invalid command type: {}: {}", command.getClass(), command);
}
break;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions