Ask a question to get started
Enter to send•Shift+Enter new line
Add channels to subscribe to.
Node will be invoked when any of these channels are updated, with a dict of the channel values as input.
subscribe_to( self, *channels: str = (), read: bool = True ) -> Self
channels
str
()
Channel name(s) to subscribe to
read
bool
True
If True, the channels will be included in the input to the node. Otherwise, they will trigger the node without being sent in input.