Add Fritz services (#50056)

This commit is contained in:
Simone Chemelli
2021-05-11 22:56:52 +02:00
committed by GitHub
parent 214fd41bb6
commit d877c0c1ff
6 changed files with 112 additions and 1 deletions

View File

@@ -11,11 +11,14 @@ DEFAULT_HOST = "192.168.178.1"
DEFAULT_PORT = 49000
DEFAULT_USERNAME = ""
ERROR_AUTH_INVALID = "invalid_auth"
ERROR_CONNECTION_ERROR = "connection_error"
ERROR_UNKNOWN = "unknown_error"
FRITZ_SERVICES = "fritz_services"
SERVICE_REBOOT = "reboot"
SERVICE_RECONNECT = "reconnect"
TRACKER_SCAN_INTERVAL = 30
UPTIME_DEVIATION = 5