Skip to content

Commit 1210325

Browse files
committed
Resolving minor noticed change aftter merging master
1 parent be4547d commit 1210325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/python/matter/ChipDeviceCtrl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ async def TestOnlyWriteAttributeWithMismatchedTimedRequestField(self, nodeid: in
16731673
interactionTimeoutMs=interactionTimeoutMs, busyWaitMs=busyWaitMs).raise_on_error()
16741674
return await future
16751675

1676-
async def SendCommand(self, nodeid: int, endpoint: int, payload: ClusterObjects.ClusterCommand, responseType=None,
1676+
async def SendCommand(self, nodeId: int, endpoint: int, payload: ClusterObjects.ClusterCommand, responseType=None,
16771677
timedRequestTimeoutMs: typing.Optional[int] = None,
16781678
interactionTimeoutMs: typing.Optional[int] = None, busyWaitMs: typing.Optional[int] = None,
16791679
suppressResponse: typing.Optional[bool] = None,

0 commit comments

Comments
 (0)