Fritz clean device_tracker service (#56535)

This commit is contained in:
Simone Chemelli 2021-10-27 12:01:06 +02:00 committed by GitHub
parent 19eba5a3a0
commit f8af44cac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 118 additions and 14 deletions

View file

@ -22,6 +22,7 @@ ERROR_UNKNOWN = "unknown_error"
FRITZ_SERVICES = "fritz_services"
SERVICE_REBOOT = "reboot"
SERVICE_RECONNECT = "reconnect"
SERVICE_CLEANUP = "cleanup"
SWITCH_TYPE_DEFLECTION = "CallDeflection"
SWITCH_TYPE_PORTFORWARD = "PortForward"