-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels