├── CHANGELOG.txt ├── README.md ├── bin ├── example_pb.xml ├── fritzbox.conf.php ├── fritzbox_diversity0on.php ├── fritzbox_get_foncallslist.php ├── fritzbox_guestlan_on_off.php ├── fritzbox_guestwlan_on_off.php ├── fritzbox_phonebook_export.php ├── fritzbox_phonebook_import.php ├── fritzbox_reboot.php ├── fritzbox_ring_phone.php └── fritzbox_tam_on_off.php └── lib └── fritzbox_api.class.php /CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/CHANGELOG.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/README.md -------------------------------------------------------------------------------- /bin/example_pb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/bin/example_pb.xml -------------------------------------------------------------------------------- /bin/fritzbox.conf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/bin/fritzbox.conf.php -------------------------------------------------------------------------------- /bin/fritzbox_diversity0on.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/bin/fritzbox_diversity0on.php -------------------------------------------------------------------------------- /bin/fritzbox_get_foncallslist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/bin/fritzbox_get_foncallslist.php -------------------------------------------------------------------------------- /bin/fritzbox_guestlan_on_off.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/bin/fritzbox_guestlan_on_off.php -------------------------------------------------------------------------------- /bin/fritzbox_guestwlan_on_off.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/bin/fritzbox_guestwlan_on_off.php -------------------------------------------------------------------------------- /bin/fritzbox_phonebook_export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/bin/fritzbox_phonebook_export.php -------------------------------------------------------------------------------- /bin/fritzbox_phonebook_import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/bin/fritzbox_phonebook_import.php -------------------------------------------------------------------------------- /bin/fritzbox_reboot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/bin/fritzbox_reboot.php -------------------------------------------------------------------------------- /bin/fritzbox_ring_phone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/bin/fritzbox_ring_phone.php -------------------------------------------------------------------------------- /bin/fritzbox_tam_on_off.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/bin/fritzbox_tam_on_off.php -------------------------------------------------------------------------------- /lib/fritzbox_api.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlos22/fritzbox_api_php/HEAD/lib/fritzbox_api.class.php --------------------------------------------------------------------------------