Partial

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.

Parameters

networkKeysConfig

Configuration of the network keys to be exported.

applicationKeysConfig

Configuration of the application keys to be exported.

provisionersConfig

Configuration of the provisioner to be exported.

nodesConfig

Configuration of the nodes to be exported.

groupsConfig

Configuration of the groups to be exported.

scenesConfig

Configuration of the scenes to be exported.

Constructors

Link copied to clipboard
constructor(networkKeysConfig: NetworkKeysConfig = NetworkKeysConfig.All, applicationKeysConfig: ApplicationKeysConfig = ApplicationKeysConfig.All, provisionersConfig: ProvisionersConfig = ProvisionersConfig.All, nodesConfig: NodesConfig = NodesConfig.All(), groupsConfig: GroupsConfig = GroupsConfig.All, scenesConfig: ScenesConfig = ScenesConfig.All)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard