NodesConfig

sealed class NodesConfig

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

Inheritors

Types

Link copied to clipboard
data class All(val deviceKeyConfig: DeviceKeyConfig = INCLUDE_KEY) : NodesConfig
Link copied to clipboard
data class Some(val withDeviceKey: List<Node>, val withoutDeviceKey: List<Node>) : NodesConfig

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