File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -677,7 +677,7 @@ async def _verify_aaaa_records(srv_hostname: str) -> None:
677677
678678 async def close_commissioning_window (self ) -> None :
679679 revoke_cmd = Clusters .AdministratorCommissioning .Commands .RevokeCommissioning ()
680- await self .default_controller .SendCommand (nodeid = self .dut_node_id ,
680+ await self .default_controller .SendCommand (nodeId = self .dut_node_id ,
681681 endpoint = 0 ,
682682 payload = revoke_cmd ,
683683 timedRequestTimeoutMs = 6000 )
@@ -756,7 +756,7 @@ async def test_TC_SC_4_1(self):
756756 self .step (6 )
757757 logging .info ("\n \n \t ** Open Basic Commissioning Window supported\n " )
758758 await self .default_controller .SendCommand (
759- nodeid = self .dut_node_id ,
759+ nodeId = self .dut_node_id ,
760760 endpoint = 0 ,
761761 payload = obcw_cmd ,
762762 timedRequestTimeoutMs = 6000
@@ -811,7 +811,7 @@ async def test_TC_SC_4_1(self):
811811 # - DUT starts advertising Commissionable Node Discovery services
812812 self .step (15 )
813813 await self .default_controller .OpenCommissioningWindow (
814- nodeid = self .dut_node_id ,
814+ nodeId = self .dut_node_id ,
815815 timeout = 180 ,
816816 iteration = 10000 ,
817817 discriminator = long_discriminator ,
You can’t perform that action at this time.
0 commit comments