Class NodesConfig.ExportSome

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

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

    • ExportSome

      public ExportSome(List<ProvisionedMeshNode> withDeviceKey, List<ProvisionedMeshNode> withoutDeviceKey)
      Constructs ExportSome to export only a selected number of Nodes when exporting a mesh network.
      Parameters:
      withDeviceKey - List of nodes to be exported with their device keys.
      withoutDeviceKey - List of nodes to be exported without their device keys.
  • Method Details