Skip to content

Commit

Permalink
Update xml_rpc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Jan 30, 2025
1 parent 9bcb8c9 commit 6082bde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hahomematic/client/xml_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ class _XmlRpcMethod(StrEnum):

_OS_ERROR_CODES: Final[dict[int, str]] = {
errno.ECONNREFUSED: "Connection refused",
errno.EHOSTUNREACH: "No route to host",
errno.ENETUNREACH: "Network is unreachable",
errno.ENOEXEC: "Exec",
errno.ETIMEDOUT: "Operation timed out",
errno.EHOSTUNREACH: "No route to host",
}


Expand Down

0 comments on commit 6082bde

Please sign in to comment.