Class ScenesConfig.ExportSome

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

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

    • ExportSome

      public ExportSome(List<Scene> scenes)
      Constructs ExportSome to export only a selected number of Scenes when exporting a mesh network. The scenes will not contain addresses of excluded nodes.
      Parameters:
      scenes - List of Scenes to export.
  • Method Details