Update Trigger to version 1.3.0
This commit is contained in:
parent
dddac56aa7
commit
eb6124d0f3
|
@ -8,9 +8,19 @@ 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.
|
||||
Call a HTTPS link to open/close a doors and request its status.
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Manage multiple doors
|
||||
* Auto-select door setup by WiFi SSID
|
||||
* 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
|
||||
|
@ -23,7 +33,14 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 130
|
||||
commit: v1.3.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 121
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 130
|
||||
|
|
Loading…
Reference in a new issue