Go to file
woan fb1c13e086 修自动连接型设备误判 not found in BLE scan(彩灯等)
彩灯等设备配对后自动连接、直接进配网页,无"从扫描列表选设备"步 → waitForDeviceInScan 等不到设备名元素 30s 超时报 not found in BLE scan,实际已在配网页。
修:waitForDeviceInScan 增 advanceKeywords,轮询时若已直达配网/连接页则提前返回;Step3 未选到设备时检查"是否已推进到配网/连接页",已推进则跳过选设备步继续。
验证:Color Bulb 现完整 PASS(自动连接→ASUS_30 配网成功 15s→落账号)。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 14:59:20 +08:00
.claude feat: 串口配对添加链路 + 多设备连接用例 + soak/继电器工具 2026-06-09 14:14:37 +08:00
.idea feat: 新增多设备添加用例 + 灯类卡片控制(亮度/色温) + 选品类大小写不敏感 2026-06-17 18:47:11 +08:00
config iOS P0 适配与稳定性修复 + 报告计数/重试增强 2026-06-25 11:57:34 +08:00
drivers iOS P0 适配与稳定性修复 + 报告计数/重试增强 2026-06-25 11:57:34 +08:00
locators feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
prompts feat: 新增多设备添加用例 + 灯类卡片控制(亮度/色温) + 选品类大小写不敏感 2026-06-17 18:47:11 +08:00
scripts 删除调试临时脚本(probe-*.ts + tmp_hub.ts) 2026-06-25 11:58:11 +08:00
tests iOS P0 适配与稳定性修复 + 报告计数/重试增强 2026-06-25 11:57:34 +08:00
utils 修自动连接型设备误判 not found in BLE scan(彩灯等) 2026-06-25 14:59:20 +08:00
.env.example feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
.gitignore feat: 新增多设备添加用例 + 灯类卡片控制(亮度/色温) + 选品类大小写不敏感 2026-06-17 18:47:11 +08:00
global-setup.ts feat: 串口配对添加链路 + 多设备连接用例 + soak/继电器工具 2026-06-09 14:14:37 +08:00
iOS连接修复指南.md feat: 必测项自动化锚点 + 动态设备锚点 + 双协议网络切换 + ONES mutation 回写 2026-06-01 16:10:57 +08:00
package-lock.json feat: 串口配对添加链路 + 多设备连接用例 + soak/继电器工具 2026-06-09 14:14:37 +08:00
package.json feat: 串口配对添加链路 + 多设备连接用例 + soak/继电器工具 2026-06-09 14:14:37 +08:00
tsconfig.json feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
vitest.config.ts feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00