주변 스캔 기능을 정리

This commit is contained in:
seo
2026-06-29 04:45:10 +09:00
parent 3be4d8838f
commit cd14bb2e5e
6 changed files with 13 additions and 1356 deletions
-13
View File
@@ -1,13 +0,0 @@
<?php
declare(strict_types=1);
define('CONTROL_API_LIBRARY', true);
require __DIR__ . '/../public/api.php';
$type = (string)($argv[1] ?? '');
if ($type === 'wifi') {
wifi_scan_refresh_payload();
} elseif ($type === 'bluetooth') {
bluetooth_scan_refresh_payload();
}