1
0
Files
h8-536-decoder/scenarios/shutter-onoff-report-latch-open-0096-prompt.json
2026-05-27 11:50:10 +10:00

59 lines
1.4 KiB
JSON

{
"name": "shutter-onoff-report-latch-open-0096-prompt",
"notes": [
"This is the cleaner emulator-derived SHUTTER ON/OFF report test.",
"Important: the emulator expects CONNECT OK to fall back to CONNECT NOT ACT just as the report gate opens.",
"After the prompt, press SHUTTER ON/OFF during the listen window even if the LCD says CONNECT NOT ACT."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"heartbeats": 2,
"timeout": 10.0,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "selector_zero_connect_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.60
},
{
"action": "send",
"label": "cmd5_latch_clear_0096",
"frame": "05 01 16 00 00 48",
"listen": 1.30
},
{
"action": "prompt",
"message": "Press Enter, then press SHUTTER ON/OFF once or twice during the next 6 seconds, even if the LCD is CONNECT NOT ACT."
},
{
"action": "drain",
"seconds": 0.05
},
{
"action": "listen",
"seconds": 6.0
},
{
"action": "send",
"label": "repeat_last_for_hidden_report_check",
"frame": "07 00 00 00 00 5D",
"listen": 0.80
},
{
"action": "listen",
"seconds": 1.50
}
]
}