trigger: update metadata
This commit is contained in:
parent
55d7040a63
commit
ecf065be45
|
|
@ -8,21 +8,17 @@ 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/close a doors and request its status.
|
Open/Close doors via HTTP or SSH.
|
||||||
|
|
||||||
'''Features:'''
|
'''Features:'''
|
||||||
|
|
||||||
* Manage multiple doors
|
* Manage multiple doors
|
||||||
* Auto-select door setup by WiFi SSID
|
* Auto-select door setup by WiFi SSID
|
||||||
|
* Show door status
|
||||||
|
* Show returned text as info message
|
||||||
* Show error messages
|
* Show error messages
|
||||||
* English/German
|
* 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue