Genie Recorder v3

This commit is contained in:
Derek Jamison
2024-02-04 13:13:58 -06:00
parent 95d939cd2a
commit b995a55ef3
46 changed files with 1825 additions and 445 deletions

View File

@@ -1,13 +1,13 @@
App(
appid="genie_record_v2",
name="Genie Door Recorder v2",
appid="genie_record_v3",
name="Genie Door Recorder v3",
apptype=FlipperAppType.EXTERNAL,
entry_point="genie_record_app",
requires=["gui", "subghz"],
stack_size=4 * 1024,
fap_version=(2, 5),
fap_version=(3, 0),
fap_icon="genie.png",
fap_category="Sub-GHz",
fap_icon_assets="assets",
fap_description="This application connects to a Genie garage door remote and capture all of the codes. The Sub-GHz app can then be used to replay the codes to open the door.",
fap_description="This application extracts the codes from a Genie garage door remote into a .GNE file. It also plays back a .GNE file to a Genie garage door opener.",
)