flipper-zero-tutorials/subghz/apps/genie-recorder/application.fam

14 lines
481 B
Plaintext
Raw Permalink Normal View History

2023-09-28 19:56:39 +00:00
App(
2024-02-04 19:13:58 +00:00
appid="genie_record_v3",
name="Genie Door Recorder v3",
2023-09-28 19:56:39 +00:00
apptype=FlipperAppType.EXTERNAL,
entry_point="genie_record_app",
requires=["gui", "subghz"],
stack_size=4 * 1024,
2024-02-04 19:13:58 +00:00
fap_version=(3, 0),
2023-09-28 19:56:39 +00:00
fap_icon="genie.png",
fap_category="Sub-GHz",
fap_icon_assets="assets",
2024-02-04 19:13:58 +00:00
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.",
2023-09-28 19:56:39 +00:00
)