diff --git a/src/FritzboxAHA.php b/src/FritzboxAHA.php index b3becd7..05adcba 100644 --- a/src/FritzboxAHA.php +++ b/src/FritzboxAHA.php @@ -1,5 +1,5 @@ curl = $curl; } @@ -312,7 +312,7 @@ public function getAllDevices() foreach ($devices->device as $device) { $ret[] = [ "name" => (string)$device->name, - "aid" => (string)$device["identifier"], + "aid" => (string)$device["identifier"], "type" => (string)$device["functionbitmask"], ]; }