kbr / fritzconnection

Python-Tool to communicate with the AVM Fritz!Box by the TR-064 protocol and the AHA-HTTP-Interface
MIT License
303 stars 59 forks source link

removed required password from fritzstatus #192

Closed michaelkebe closed 11 months ago

michaelkebe commented 11 months ago

The password for fritzstatus is not needed, because the services called on FritzOS don't need an authentification for fritzstatus.

See https://github.com/kbr/fritzconnection/issues/102#issuecomment-874198719

This will avoid any confusion for the required password (which isn't used anyway by fritzstatus.py).