Class ChannelGroupType

java.lang.Object
org.openhab.core.thing.type.AbstractDescriptionType
org.openhab.core.thing.type.ChannelGroupType
All Implemented Interfaces:
Identifiable<UID>

@NonNullByDefault public class ChannelGroupType extends AbstractDescriptionType
The ChannelGroupType contains a list of ChannelDefinitions and further meta information such as label and description, which are generally used by user interfaces.

This type can be used for Things which offers multiple functionalities which belong all together.

Author:
Dennis Nobel - Initial contribution, Michael Grammling - Initial contribution, Christoph Weitkamp - Removed "advanced" attribute
  • Method Details