Add trigger_logs and double_click to dump_devinfo helper (#1208)

This commit is contained in:
Steven B.
2024-10-29 09:50:27 +00:00
committed by GitHub
parent 450bcf0bde
commit 7483411ca2
2 changed files with 6 additions and 8 deletions

View File

@@ -702,14 +702,6 @@ async def get_smart_test_calls(protocol: SmartProtocol):
should_succeed=False,
child_device_id="",
),
SmartCall(
module="trigger_logs",
request=SmartRequest.get_raw_request(
"get_trigger_logs", SmartRequest.GetTriggerLogsParams()
).to_dict(),
should_succeed=False,
child_device_id="",
),
]
click.echo("Testing component_nego call ..", nl=False)