3 lines
78 B
Python
3 lines
78 B
Python
"""Tracks devices by sending a ICMP echo request (ping)."""
|
|
|
|
PING_TIMEOUT = 3
|