Skip to content

Commit

Permalink
Use RootEndponId for reading SupportsConcurrentConnection in CNET_1_4
Browse files Browse the repository at this point in the history
  • Loading branch information
DejinChen authored Aug 14, 2024
1 parent 128c37a commit 83c5bd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python_testing/TC_CNET_1_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ async def test_TC_CNET_1_4(self):

self.step(6)
concurrent_connection = await self.read_single_attribute_check_success(cluster=Clusters.GeneralCommissioning,
attribute=Clusters.GeneralCommissioning.Attributes.SupportsConcurrentConnection)
attribute=Clusters.GeneralCommissioning.Attributes.SupportsConcurrentConnection,
endpoint=kRootEndpointId)
asserts.assert_true(concurrent_connection, "The device does not support concurrent connection commissioning")


Expand Down

0 comments on commit 83c5bd9

Please sign in to comment.