1
0
Files
h8-536-decoder/scenarios/active-control-report-watch-broad.json
2026-05-26 17:44:16 +10:00

53 lines
1.2 KiB
JSON

{
"name": "active-control-report-watch-broad",
"notes": [
"Hold CONNECT OK while streaming broader camera/status words that may enable more local controls.",
"Press or turn one physical control at a time while this runs. Note the rough time and control name.",
"This is noisier than the quiet watch: each cycle writes 0x008F and 0x0093, so use the unexpected-frame summarizer after the run."
],
"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": 80,
"steps": [
{
"action": "send",
"label": "broad_refresh_008f_1800",
"frame": "00 01 0F 18 00 4C",
"listen": 0.30
},
{
"action": "send",
"label": "broad_refresh_0093_ffff",
"frame": "00 01 13 FF FF 48",
"listen": 0.30
}
]
},
{
"action": "listen",
"seconds": 1.50
}
]
}