gated run
This commit is contained in:
@@ -148,6 +148,11 @@ def label_frame(frame: bytes) -> str:
|
||||
bytes.fromhex("0780C040A0FD"): "visible_40A0_family_C0",
|
||||
bytes.fromhex("07804020902D"): "visible_retry_0040_2090_candidate",
|
||||
bytes.fromhex("0780C060205D"): "visible_C0_6020_family_candidate",
|
||||
bytes.fromhex("0000158000CF"): "known_call_button_active_report",
|
||||
bytes.fromhex("00001500004F"): "known_call_button_inactive_report",
|
||||
bytes.fromhex("0000078000DD"): "known_cam_power_button_report",
|
||||
bytes.fromhex("01000400005F"): "gated_active_0004_response_candidate",
|
||||
bytes.fromhex("02000400005C"): "gated_active_0004_transition_candidate",
|
||||
}
|
||||
label = labels.get(frame, "")
|
||||
if label:
|
||||
|
||||
Reference in New Issue
Block a user