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

211 lines
4.3 KiB
JSON

{
"name": "shutter-0093-blackflare-lowbyte-groups",
"notes": [
"Narrow black/flare AUTO now that 0x90FF and 0x9FFF both toggled AUTO but 0xF020/0xFF20/0x9F20 did not.",
"This keeps the high byte fixed at 0x90 and varies only the low byte.",
"Use 0x9020 as the manual reference and 0x90FF as the low-byte AUTO positive control."
],
"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_lowbyte_auto_90ff",
"frame": "00 01 13 90 FF 27",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_9000",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_9000_lowbyte_none",
"frame": "00 01 13 90 00 D8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_901f",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_901f_low_bits_0_to_4",
"frame": "00 01 13 90 1F C7",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_903f",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_903f_low_bits_0_to_5",
"frame": "00 01 13 90 3F E7",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_90c0",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_90c0_low_bits_6_to_7",
"frame": "00 01 13 90 C0 18",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_90e0",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_90e0_low_bits_5_to_7",
"frame": "00 01 13 90 E0 38",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_90df",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_90df_all_except_bit5",
"frame": "00 01 13 90 DF 07",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "manual_tail_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
}
]
}