Skip to content

Commit b5bad30

Browse files
committed
Let zigpy handle flow control
1 parent 6e6f63a commit b5bad30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zigpy_zigate/uart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async def connect(device_config: Dict[str, Any], api, loop=None):
129129
lambda: protocol,
130130
url=port,
131131
baudrate=device_config[zigpy.config.CONF_DEVICE_BAUDRATE],
132-
xonxoff=False,
132+
flow_control=device_config[zigpy.config.CONF_DEVICE_FLOW_CONTROL],
133133
)
134134

135135
await protocol.wait_until_connected()

0 commit comments

Comments
 (0)