Class ProvisionersConfig.ExportSome

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

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

    • ExportSome

      public ExportSome(List<Provisioner> provisioners)
      Constructs ExportSome to export only a selected number of Provisioners when exporting a mesh network.
      Parameters:
      provisioners - List of Provisioners to export.
      Throws:
      IllegalArgumentException - if the list does not contain at least one provisioner.
  • Method Details