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

47 lines
1.1 KiB
JSON

{
"name": "active-control-report-watch-quiet",
"notes": [
"Hold the panel in CONNECT OK with the least noisy proven refresh stream, then watch for local-control TX reports.",
"Press or turn one physical control at a time while this runs. Note the rough time and control name.",
"Expected refresh traffic is table readback for 0x0093 plus 02 00 02 00 00 5A OK-path responses; anything else is interesting."
],
"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": 100,
"steps": [
{
"action": "send",
"label": "quiet_active_refresh_0093_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "listen",
"seconds": 1.50
}
]
}