Skip to content

Commit

Permalink
debugging tcp gateway problems
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed Oct 16, 2024
1 parent ccf8e21 commit a05f8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eltako/virtual_network_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
VIRT_GW_PORT = 12345
VIRT_GW_DEVICE_NAME = "ESP2 Netowrk Reverse Bridge"
BUFFER_SIZE = 1024
MAX_MESSAGE_DELAY = 5
MAX_MESSAGE_DELAY = 5000
LOGGING_PREFIX_VIRT_GW = "VirtGw"

class VirtualNetworkGateway(EnOceanGateway):
Expand Down

0 comments on commit a05f8df

Please sign in to comment.