kuhschnappel/fritz-api

AVM Fritz!Box 的智能家居数据访问 API 连接器

v1.0.1 2023-03-09 19:55 UTC

This package is auto-updated.

Last update: 2024-09-09 23:00:52 UTC


README

https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AHA-HTTP-Interface.pdf

有关位掩码的详细信息 https://www.heise.de/select/ct/2016/7/1459414791794586

$devices = FritzHome::fetchDevices(); $devices = FritzHome::fetchDevices('LightBulb'); $devices = FritzHome::fetchDevices('LightBulb', 'SmartPlug', 'Thermostat');