StreamSwitchHardNode.switchSource() method

Switches the source used for the current output of this node

Signature:

switchSource(newSource: Pins): Promise<void>;

Parameters

Parameter Type Description

newSource

Pins

Returns:

Promise<void>