NetworkConfiguration
Defines the configuration type to use when serializing a network based on the Mesh Configuration Database.
Inheritors
Types
Link copied to clipboard
Specifies that the full network must be exported.
Link copied to clipboard
data class Partial(val networkKeysConfig: NetworkKeysConfig = NetworkKeysConfig.All, val applicationKeysConfig: ApplicationKeysConfig = ApplicationKeysConfig.All, val provisionersConfig: ProvisionersConfig = ProvisionersConfig.All, val nodesConfig: NodesConfig = NodesConfig.All(), val groupsConfig: GroupsConfig = GroupsConfig.All, val scenesConfig: ScenesConfig = ScenesConfig.All) : NetworkConfiguration
Specifies that only the given configuration of the network must be exported.