ターゲットを変更

This commit is contained in:
Akira
2026-03-03 12:02:55 +09:00
parent ee59724093
commit fe9ee0147c

View File

@@ -61,7 +61,7 @@ async function main() {
});
// プレハブを探す
const target = devices.find(d => d.serialNumber === 'G0922H085165007R');
const target = devices.find(d => d.serialNumber === 'G0922H08525302K5');
console.log('\nTarget device:', target ? `${target.accountName}` : 'NOT FOUND');
if (!target) { process.exit(1); }