fdroiddata/metadata/com.example.trigger.yml

55 lines
1.1 KiB
YAML
Raw Normal View History

2019-01-26 01:28:36 +00:00
Categories:
- Internet
- Security
License: GPL-2.0-or-later
SourceCode: https://github.com/mwarning/trigger
IssueTracker: https://github.com/mwarning/trigger/issues
AutoName: Trigger
Summary: Open a door over WiFi or the Internet
Description: |
2019-02-05 13:45:18 +00:00
Call a HTTPS link to open/close a doors and request its status.
'''Features:'''
* Manage multiple doors
* Auto-select door setup by WiFi SSID
2019-02-11 12:59:29 +00:00
* Show error messages
2019-02-05 13:45:18 +00:00
* English/German
'''API'''
Example: `https://example.com/door/?action=open&token=secret123`
Action can be open/close or state.
The server response can be `LOCKED`, `UNLOCKED` or undefined.
2019-01-26 01:28:36 +00:00
RepoType: git
Repo: https://github.com/mwarning/trigger
Builds:
- versionName: 1.2.1
versionCode: 121
commit: v1.2.1
subdir: app
gradle:
- yes
2019-02-05 13:45:18 +00:00
- versionName: 1.3.0
versionCode: 130
commit: v1.3.0
subdir: app
gradle:
- yes
2019-02-11 12:59:29 +00:00
- versionName: 1.3.1
versionCode: 131
commit: v1.3.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
2019-01-26 01:28:36 +00:00
UpdateCheckMode: Tags
2019-02-11 12:59:29 +00:00
CurrentVersion: 1.3.1
CurrentVersionCode: 131