Skip to content

Commit

Permalink
V0.62
Browse files Browse the repository at this point in the history
- Adds AWTRIX Flows link to webinterface
- Inidkator blinking is now set by a given blinking-interval
- Adds LookingEyes app as native app, wich is well known from Awtrix2
- Allows to set a longer Apptime wich is now set as seconds instead of milliseconds. closes #106
- Limits battery percentage. closes #120
- Disables Artnet reading in AP-Mode. closes #116
- Add another transistion check. closes #114
- increase jsonbuffer for drawing commands. closes #112
Blueforcer committed May 11, 2023
1 parent da0ebd0 commit b930066
Showing 43 changed files with 1,893 additions and 6,006 deletions.
7 changes: 4 additions & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ A colored indicator is like a small notification sign wich will be shown on the

Instead of a RGB array you can also sent HEX color strings like `{"color":"#32a852"}`
Send the color black `{"color":[0,0,0]}` or `{"color":"0"}` or a empty payload/body to hide the indicators.
Optionally you can make the indicator blinking by adding the key `"blink":true/false`.
Optionally you can make the indicator blinking by adding the key `"blink"` with a value of the blinking interval in milliseconds.

## Custom Apps and Notifications
With AWTRIX Light, you can create custom apps or notifications to display your own text and icons.
@@ -214,8 +214,9 @@ Built-in app names are:
- `date`
- `temp`
- `hum`
- `bat`

- `bat`
- `eyes`

For custom apps, use the name you set in the topic or http request header.
In MQTT for example, if `[PREFIX]/custom/test` is your topic, then `test` is the name.

File renamed without changes.
Loading

0 comments on commit b930066

Please sign in to comment.