Skip to content

[MainUI] Channels without channelType are not visible in the UI #406

Open
@marcelrv

Description

@marcelrv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    main uiMain UIquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions