62 lines
1.2 KiB
YAML
62 lines
1.2 KiB
YAML
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: |
|
|
Call a HTTPS link to open/close a doors and request its status.
|
|
|
|
'''Features:'''
|
|
|
|
* Manage multiple doors
|
|
* Auto-select door setup by WiFi SSID
|
|
* Show error messages
|
|
* 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.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/mwarning/trigger
|
|
|
|
Builds:
|
|
- versionName: 1.2.1
|
|
versionCode: 121
|
|
commit: v1.2.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.3.0
|
|
versionCode: 130
|
|
commit: v1.3.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.3.1
|
|
versionCode: 131
|
|
commit: v1.3.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.4.0
|
|
versionCode: 140
|
|
commit: v1.4.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.4.0
|
|
CurrentVersionCode: 140
|