13 lines
349 B
Markdown
Raw Normal View History

2021-12-13 22:44:08 +03:00
# LG WebOS Developer Mode Extender
2021-12-13 22:38:22 +03:00
This app can extend developer mode timer for the LG TV (you'll need the session token for that)
2021-12-13 22:44:08 +03:00
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.