Merge branch 'main' of https://github.com/Elfish/awtrix-light
This commit is contained in:
@@ -9,6 +9,7 @@ With HTTP, make GET request to `http://[IP]/api/stats`
|
|||||||
## Update
|
## Update
|
||||||
Awtrix searches for an update every 1 Hour. If a new one is found it will be published to HA and in the stats.
|
Awtrix searches for an update every 1 Hour. If a new one is found it will be published to HA and in the stats.
|
||||||
You can start the update with update button in HA or:
|
You can start the update with update button in HA or:
|
||||||
|
|
||||||
| Topic | URL | Payload/Body | HTTP Header | HTTP method |
|
| Topic | URL | Payload/Body | HTTP Header | HTTP method |
|
||||||
| --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- |
|
||||||
| `[PREFIX]/doupdate` |`http://[IP]/api/doupdate` | JSON | empty payload/body | POST |
|
| `[PREFIX]/doupdate` |`http://[IP]/api/doupdate` | JSON | empty payload/body | POST |
|
||||||
@@ -17,7 +18,7 @@ You can start the update with update button in HA or:
|
|||||||
create custom apps or notifications to display your own text and icons.
|
create custom apps or notifications to display your own text and icons.
|
||||||
Have a look at [this section](custom?id=custom-apps-and-notifications)
|
Have a look at [this section](custom?id=custom-apps-and-notifications)
|
||||||
|
|
||||||
| Topic | URL | Payload/Body | HTTP Header | HTTP method |
|
| Topic | URL | Payload/Body | Query parameters | HTTP method |
|
||||||
| --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- |
|
||||||
| `[PREFIX]/custom/[appname]` |`http://[IP]/api/custom` | JSON | name = [appname] | POST |
|
| `[PREFIX]/custom/[appname]` |`http://[IP]/api/custom` | JSON | name = [appname] | POST |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user