1
0
Files
h8-536-decoder/scenarios/lamp-0093-lowbyte-sweep.json
2026-05-26 18:25:03 +10:00

161 lines
4.0 KiB
JSON

{
"name": "lamp-0093-lowbyte-sweep",
"notes": [
"Hold CONNECT OK and vary only the low byte of E000[0x0093] while keeping high byte 0x90.",
"Record white-balance AUTO/PRESET/MANUAL, black/flare AUTO/MANUAL/FLARE, iris AUTO, shutter display, and LCD.",
"Known references: 0x9020 has behaved like a black/flare manual context; 0x90FF has produced black/flare auto toggles."
],
"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_ok_seed_1",
"frame": "00 00 00 80 00 DA",
"listen": 0.60
},
{
"action": "send",
"label": "selector_zero_ok_seed_2",
"frame": "00 00 00 80 00 DA",
"listen": 0.60
},
{
"action": "send",
"label": "baseline_0093_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
},
{
"action": "repeat",
"count": 2,
"steps": [
{
"action": "send",
"label": "candidate_0093_9000",
"frame": "00 01 13 90 00 D8",
"listen": 0.55
},
{
"action": "send",
"label": "baseline_0093_9020_after_9000",
"frame": "00 01 13 90 20 F8",
"listen": 0.55
},
{
"action": "send",
"label": "candidate_0093_9001",
"frame": "00 01 13 90 01 D9",
"listen": 0.55
},
{
"action": "send",
"label": "baseline_0093_9020_after_9001",
"frame": "00 01 13 90 20 F8",
"listen": 0.55
},
{
"action": "send",
"label": "candidate_0093_9002",
"frame": "00 01 13 90 02 DA",
"listen": 0.55
},
{
"action": "send",
"label": "baseline_0093_9020_after_9002",
"frame": "00 01 13 90 20 F8",
"listen": 0.55
},
{
"action": "send",
"label": "candidate_0093_9004",
"frame": "00 01 13 90 04 DC",
"listen": 0.55
},
{
"action": "send",
"label": "baseline_0093_9020_after_9004",
"frame": "00 01 13 90 20 F8",
"listen": 0.55
},
{
"action": "send",
"label": "candidate_0093_9008",
"frame": "00 01 13 90 08 D0",
"listen": 0.55
},
{
"action": "send",
"label": "baseline_0093_9020_after_9008",
"frame": "00 01 13 90 20 F8",
"listen": 0.55
},
{
"action": "send",
"label": "candidate_0093_9010",
"frame": "00 01 13 90 10 C8",
"listen": 0.55
},
{
"action": "send",
"label": "baseline_0093_9020_after_9010",
"frame": "00 01 13 90 20 F8",
"listen": 0.55
},
{
"action": "send",
"label": "candidate_0093_9040",
"frame": "00 01 13 90 40 98",
"listen": 0.55
},
{
"action": "send",
"label": "baseline_0093_9020_after_9040",
"frame": "00 01 13 90 20 F8",
"listen": 0.55
},
{
"action": "send",
"label": "candidate_0093_9080",
"frame": "00 01 13 90 80 58",
"listen": 0.55
},
{
"action": "send",
"label": "baseline_0093_9020_after_9080",
"frame": "00 01 13 90 20 F8",
"listen": 0.55
},
{
"action": "send",
"label": "positive_0093_90ff",
"frame": "00 01 13 90 FF 27",
"listen": 0.55
},
{
"action": "send",
"label": "baseline_0093_9020_after_90ff",
"frame": "00 01 13 90 20 F8",
"listen": 0.55
}
]
},
{
"action": "listen",
"seconds": 0.80
}
]
}