We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc88770 commit d10727eCopy full SHA for d10727e
src/controller/python/matter/ChipDeviceCtrl.py
@@ -1635,8 +1635,10 @@ def _prepare_write_attribute_requests(
1635
1636
async def TestOnlyWriteAttributeWithMismatchedTimedRequestField(self, nodeid: int,
1637
attributes: typing.List[typing.Union[
1638
- typing.Tuple[int, ClusterObjects.ClusterAttributeDescriptor],
1639
- typing.Tuple[int, ClusterObjects.ClusterAttributeDescriptor, int]
+ typing.Tuple[int,
+ ClusterObjects.ClusterAttributeDescriptor],
1640
1641
+ ClusterObjects.ClusterAttributeDescriptor, int]
1642
]],
1643
timedRequestTimeoutMs: int,
1644
timedRequestFieldValue: bool,
0 commit comments