mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 15:01:32 +00:00
11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
App(
|
|
appid="smart_meter_monitor",
|
|
name="Smart Meter Monitor",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="smart_meter_app",
|
|
requires=["gui", "notification"],
|
|
stack_size=3 * 1024,
|
|
fap_category="Sub-GHz",
|
|
fap_version=(1, 11),
|
|
fap_icon="smart_meter_icon.png",
|
|
) |