New app: TpmsMonitor
This commit is contained in:
parent
5f092469d5
commit
b1e4e6ced3
33
metadata/nodomain.freeyourgadget.tpmsmonitor.yml
Normal file
33
metadata/nodomain.freeyourgadget.tpmsmonitor.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- System
|
||||
License: AGPL-3.0-or-later
|
||||
SourceCode: https://codeberg.org/Freeyourgadget/TpmsMonitor
|
||||
IssueTracker: https://codeberg.org/Freeyourgadget/TpmsMonitor/issues
|
||||
|
||||
AutoName: TpmsMonitor
|
||||
Summary: Manage bluetooth tire pressure monitor sensors
|
||||
Description: |
|
||||
TpmsMonitor allows to parse, show and store pressure and temperature as
|
||||
received by bluetooth low energy tire pressure monitor sensors (TPMS).
|
||||
|
||||
These sensors do not allow to establish a connection to other devices,
|
||||
but rather broadcast the readings as they see more fit (usually when a
|
||||
change in pressure or temperature is detected), requiring companion apps
|
||||
to just be listening for incoming messages.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://codeberg.org/Freeyourgadget/TpmsMonitor.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.0.1 alpha
|
||||
versionCode: 1
|
||||
commit: v0.0.1-alpha
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.0.1 alpha
|
||||
CurrentVersionCode: 1
|
Loading…
Reference in a new issue