authorize(); $App->openSession(); /* $WiFiConfigService = new \alphayax\freebox\api\v3\services\config\WiFi\Config( $App); $a = $WiFiConfigService->getConfiguration(); print_r( $a); */ $WiFiAccessPointService = new \alphayax\freebox\api\v3\services\config\WiFi\AccessPoint( $App); $AccessPoints = $WiFiAccessPointService->getAll(); /* print_r( $AccessPoints); $AllowedComb = $WiFiAccessPointService->getAllowedCombFromId( $AccessPoints[0]->getId()); print_r( $AllowedComb); */ $Stations = $WiFiAccessPointService->getStationsFromId( $AccessPoints[1]->getId()); print_r( $Stations);