Class ApplicationKeysConfig.ExportSome

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

public static class ApplicationKeysConfig.ExportSome extends Object
Use this class to configure when exporting all the Application Keys.
  • Constructor Details

    • ExportSome

      public ExportSome(List<ApplicationKey> keys)
      Constructs ExportSome to export only a selected number of Application Keys when exporting a mesh network.
      Parameters:
      keys - List of Application Keys to export.
  • Method Details