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
|
AutoName: Trigger
|
||||||
Summary: Open a door over WiFi or the Internet
|
Summary: Open a door over WiFi or the Internet
|
||||||
Description: |
|
Description: |
|
||||||
Call a https link to open a door and request its status.
|
Call a HTTPS link to open/close a doors 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.
|
'''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
|
RepoType: git
|
||||||
Repo: https://github.com/mwarning/trigger
|
Repo: https://github.com/mwarning/trigger
|
||||||
|
@ -23,7 +33,14 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.0
|
||||||
|
versionCode: 130
|
||||||
|
commit: v1.3.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.2.1
|
CurrentVersion: 1.3.0
|
||||||
CurrentVersionCode: 121
|
CurrentVersionCode: 130
|
||||||
|
|
Loading…
Reference in a new issue