Genie Recorder v3
This commit is contained in:
@@ -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.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user