feat: add Client class #3

Merged
pufereq merged 15 commits from feat/add-client-class into develop 2025-09-23 11:36:37 +00:00
3 changed files with 72 additions and 3 deletions
Showing only changes of commit 1182e089bc - Show all commits

View File

@@ -15,6 +15,7 @@ class Connector:
mac_address: str, mac_address: str,
host: str, host: str,
port: int, port: int,
*,
connect_timeout: float = 5.0, connect_timeout: float = 5.0,
ack_timeout: float | None = None, ack_timeout: float | None = None,
) -> None: ) -> None: