File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212 ChangeAsciiInputDelimiterRequest ,
1313 ClearCountersRequest ,
1414 ClearOverrunCountRequest ,
15+ DiagnosticBase ,
1516 ForceListenOnlyModeRequest ,
1617 GetClearModbusPlusRequest ,
1718 RestartCommunicationsOptionRequest ,
@@ -386,7 +387,7 @@ def get_com_event_log(self, **kwargs):
386387
387388 def _execute_diagnostic_request (self , request ):
388389 """Execute diagnostic request."""
389- resp : DiagnosticStatusResponse = self .execute (request )
390+ resp : DiagnosticBase = self .execute (request )
390391 if not resp .isError ():
391392 return {
392393 "function code" : resp .function_code ,
Original file line number Diff line number Diff line change 1212
1313import typer
1414from pymodbus import pymodbus_apply_logging_config
15- from pymodbus .logging import Log
1615from pymodbus .framer import FramerType
16+ from pymodbus .logging import Log
1717from typing_extensions import Annotated
1818
1919from pymodbus_repl .lib .reactive import (
You can’t perform that action at this time.
0 commit comments