Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
715209 committed Jan 30, 2022
1 parent 80594c1 commit 8f362c7
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ This config will be automatically generated upon running the binary and saved as
"battery": ["!battery", "!liveubattery", "!lub"],
"start": "!lustart",
"stop": "!lustop",
"restart": "!lurestart"
"restart": "!lurestart",
"reboot": "!lureboot",
"delay": "!ludelay"
},
"rtmp": {
"url": "http://localhost/stat",
Expand Down Expand Up @@ -74,13 +76,15 @@ You can remove these settings from the config if you don't want them or replace

After running the app successfully you can use the following default commands in your chat:

| Name | Default command | Description |
| ------- | --------------- | ---------------------------------------------- |
| stats | !lus | Shows the current connected modems and bitrate |
| battery | !lub | Shows the current battery charge percentage |
| start | !lustart | Starts the stream (not the unit) |
| stop | !lustop | Stops the stream |
| restart | !lurestart | Restarts the stream |
| Name | Default command | Description |
| ------- | --------------- | -------------------------------------------------- |
| stats | !lus | Shows the current connected modems and bitrate |
| battery | !lub | Shows the current battery charge percentage |
| start | !lustart | Starts the stream (not the unit) |
| stop | !lustop | Stops the stream |
| restart | !lurestart | Restarts the stream |
| reboot | !lureboot | Reboots the unit |
| delay | !ludelay | Toggles between low delay and high resiliency mode |

You can add, delete or change the commands to whatever you want in `config.json` under the `commands` section.

Expand Down

0 comments on commit 8f362c7

Please sign in to comment.