1
0
Files
h8-536-decoder/scenarios/shutter-008f-evs-timeout-control.json
2026-05-26 16:59:09 +10:00

37 lines
960 B
JSON

{
"name": "shutter-008f-evs-timeout-control",
"notes": [
"Recover to CONNECT OK, force likely EVS via selector 0x008F, then deliberately do not clear it.",
"This is the negative control for the adjacent-selector methodology: if the panel later blanks or falls to CONNECT NOT ACT, that is timeout cleanup, not proof that 0x008F clear worked.",
"Record the time from EVS visibility to blank/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_ok_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.25
},
{
"action": "send",
"label": "e000_008f_likely_evs",
"frame": "00 01 0F 08 00 5C",
"listen": 4.0
}
]
}