Class NetworkKeysConfig.ExportSome

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

public static class NetworkKeysConfig.ExportSome extends Object
Use this class to configure when exporting some of the Network Keys in network.
  • Constructor Details

    • ExportSome

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