ターゲットを変更
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user