mirror of
https://github.com/Neur0toxine/lg-webos-devmode-timer-extender.git
synced 2025-02-10 03:19:22 +03:00
13 lines
349 B
Markdown
13 lines
349 B
Markdown
# LG WebOS Developer Mode Extender
|
|
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:
|
|
|
|
```shell
|
|
cat /var/luna/preferences/devmode_enabled
|
|
```
|
|
|
|
## Building
|
|
|
|
Run `make all`. You will need Docker for that.
|