Class GroupsConfig

java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.GroupsConfig

public class GroupsConfig extends Object
Contains the configuration required when exporting a selected number of Groups in a mesh network.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Use this class to configure when exporting all the Groups.
    static class 
    Use this class to configure when exporting the related Groups, which means that the exported configuration will only contain those groups that any exported model is subscribed or publishing to
    static class 
    Use this class to configure when exporting some of the groups.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.openremote.agent.protocol.bluetooth.mesh.ExportConfig.Builder
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final org.openremote.agent.protocol.bluetooth.mesh.ExportConfig.Builder
    Returns the configuration

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • config

      protected final org.openremote.agent.protocol.bluetooth.mesh.ExportConfig.Builder config
  • Method Details

    • getConfig

      protected final org.openremote.agent.protocol.bluetooth.mesh.ExportConfig.Builder getConfig()
      Returns the configuration