kuhschnappel / fritz-api
API Connector to access Smart Home Date from AVM Fritz!Box
v1.0.1
2023-03-09 19:55 UTC
Requires
- guzzlehttp/guzzle: *
- monolog/monolog: ^2.1.0
This package is auto-updated.
Last update: 2025-03-09 23:55:47 UTC
README
https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AHA-HTTP-Interface.pdf
info zur bitmask https://www.heise.de/select/ct/2016/7/1459414791794586
$devices = FritzHome::fetchDevices(); $devices = FritzHome::fetchDevices('LightBulb'); $devices = FritzHome::fetchDevices('LightBulb', 'SmartPlug', 'Thermostat');