Class GroupsConfig.ExportSome
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.GroupsConfig.ExportSome
- Enclosing class:
- GroupsConfig
Use this class to configure when exporting some of the groups.
-
Constructor Summary
ConstructorsConstructorDescriptionExportSome
(List<Group> groups) Constructs ExportSome to export only a selected number of Groups when exporting a mesh network. -
Method Summary
-
Constructor Details
-
ExportSome
Constructs ExportSome to export only a selected number of Groups when exporting a mesh network. Excluded groups will also be excluded from subscription lists and publish information in exported Models.- Parameters:
groups
- List of Groups to export.
-
-
Method Details
-
getGroups
-
build
public org.openremote.agent.protocol.bluetooth.mesh.ExportConfig build()
-