Some

data class Some(val withDeviceKey: List<Node>, val withoutDeviceKey: List<Node>) : NodesConfig

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

Constructors

Link copied to clipboard
constructor(withDeviceKey: List<Node>, withoutDeviceKey: List<Node>)

Constructs ExportSome to export only a selected number of Nodes when exporting a mesh network.

Properties

Link copied to clipboard

List of nodes to be exported with their device keys.

Link copied to clipboard

List of nodes to be exported without their device keys.