New app: trigger

This commit is contained in:
Moritz Warning 2019-01-26 02:28:36 +01:00
parent c8ae6111b6
commit edeef7e58f

View file

@ -0,0 +1,27 @@
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 a door and request its status.
The request URL might be `https://example.com/door/?action=open&token=secret123` where action is one of `open`/`close`/`state`.
The reponse might 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
AutoUpdateMode: None
UpdateCheckMode: Tags