Skip to content

Commit 00071af

Browse files
authored
Expose Tcp support as False for now (#1227)
1 parent 8e3ed85 commit 00071af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

matter_server/server/device_controller.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,8 @@ async def discover_commissionable_nodes(
569569
pairing_hint=x.pairingHint,
570570
mrp_retry_interval_idle=x.mrpRetryIntervalIdle,
571571
mrp_retry_interval_active=x.mrpRetryIntervalActive,
572-
supports_tcp=x.supportsTcp,
572+
# TCP is provisional, so no devices out there anyway
573+
supports_tcp=False,
573574
addresses=x.addresses,
574575
rotating_id=x.rotatingId,
575576
)

0 commit comments

Comments
 (0)