1
0
Files
h8-536-decoder/scenarios/shutter-0093-blackflare-confirm-ff20.json
2026-05-26 17:44:16 +10:00

116 lines
2.5 KiB
JSON

{
"name": "shutter-0093-blackflare-confirm-ff20",
"notes": [
"Single-candidate streaming confirmation for selector 0x0093 value 0xFF20.",
"The known 0xFFFF AUTO reference is included first as a positive control.",
"Expected observation pattern if this candidate drives black/flare AUTO: MANUAL -> AUTO -> MANUAL -> AUTO -> MANUAL.",
"All holds refresh every 0.60s so CONNECT OK should stay alive during the visual test."
],
"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": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 6,
"steps": [
{
"action": "send",
"label": "positive_auto_reference_ffff",
"frame": "00 01 13 FF FF 48",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_after_positive_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_ff20",
"frame": "00 01 13 FF 20 97",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_return_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_ff20_repeat",
"frame": "00 01 13 FF 20 97",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "manual_tail_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
}
]
}