30 lines
762 B
YAML
30 lines
762 B
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 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
|
|
CurrentVersion: 1.2.1
|
|
CurrentVersionCode: 121
|