mirror of
https://github.com/Neur0toxine/lg-webos-devmode-timer-extender.git
synced 2025-02-10 03:19:22 +03:00
better readme
This commit is contained in:
parent
21c58a3829
commit
c2b93d2bec
18
README.md
18
README.md
@ -1,7 +1,7 @@
|
|||||||
# LG WebOS Developer Mode Extender
|
# LG WebOS Developer Mode Extender
|
||||||
This app can extend developer mode timer for the LG TV (you'll need the session token for that)
|
This app can extend developer mode timer for the LG TV (you'll need the session token for that)
|
||||||
|
|
||||||
You can obtain the developer mode session token by logging into your TV and executing this command:
|
You can obtain the developer mode session token by logging into your TV via SSH and executing this command:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cat /var/luna/preferences/devmode_enabled
|
cat /var/luna/preferences/devmode_enabled
|
||||||
@ -10,3 +10,19 @@ cat /var/luna/preferences/devmode_enabled
|
|||||||
## Building
|
## Building
|
||||||
|
|
||||||
Run `make all`. You will need Docker for that.
|
Run `make all`. You will need Docker for that.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Run the binary with following arguments:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
devmode-extender_{arch} --token={devmode session token}
|
||||||
|
```
|
||||||
|
|
||||||
|
Not very useful, huh? That's because it is supposed to run periodically.
|
||||||
|
Cron example:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# Runs every day at 03:00
|
||||||
|
0 3 * * * /root/devmode-extender --token=token
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user