Class GroupsConfig.ExportSome

java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.GroupsConfig.ExportSome
Enclosing class:
GroupsConfig

public static class GroupsConfig.ExportSome extends Object
Use this class to configure when exporting some of the groups.
  • Constructor Details

    • ExportSome

      public ExportSome(List<Group> groups)
      Constructs ExportSome to export only a selected number of Groups when exporting a mesh network. Excluded groups will also be excluded from subscription lists and publish information in exported Models.
      Parameters:
      groups - List of Groups to export.
  • Method Details

    • getGroups

      protected List<Group> getGroups()
    • build

      public org.openremote.agent.protocol.bluetooth.mesh.ExportConfig build()