GroupsConfig

sealed class GroupsConfig

Contains the configuration required when exporting a selected number of Groups in a mesh network.

Inheritors

Types

Link copied to clipboard
object All : GroupsConfig

Use this class to configure when exporting all the Groups.

Link copied to clipboard

Use this class to configure when exporting the related Groups i.e. exported configuration will only contain those groups that any exported model is subscribed or publishing to.

Link copied to clipboard
data class Some(val groups: List<Group>) : GroupsConfig

Use this class to configure when exporting some of the groups.