Add channel writes.
write_to(
self,
*channels: str | ChannelWriteEntry = (),
**kwargs: _WriteValue = {}
) -> Self| Name | Type | Description |
|---|---|---|
*channels | str | ChannelWriteEntry | Default: ()Channel names to write to. |
**kwargs | _WriteValue | Default: {}Channel name and value mappings. |