Some

data class Some(val groups: List<Group>) : GroupsConfig

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

Parameters

groups

List of groups to be exported.

Constructors

Link copied to clipboard
constructor(groups: List<Group>)

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.

Properties

Link copied to clipboard