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

14 lines
490 B
Plaintext
Raw Normal View History

2023-09-28 19:56:39 +00:00
App(
appid="genie_record_v2",
name="Genie Door Recorder v2",
2023-09-28 19:56:39 +00:00
apptype=FlipperAppType.EXTERNAL,
entry_point="genie_record_app",
requires=["gui", "subghz"],
stack_size=4 * 1024,
fap_version=(2, 5),
2023-09-28 19:56:39 +00:00
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.",
2023-09-28 19:56:39 +00:00
)