Open
Description
If a dynamic channel is created without the .withType(channelTypeUID)
part it is not shown in the channel list of the item in MainUI.
Channel channel = ChannelBuilder.create(channelUID), itemType)
.withLabel(label).build();
updatedThing.withChannel(channel);
Same channel created with type is shown. As channelType is not mandatory, the channel should be visible either way