This app can extend developer mode timer for the LG TV (you'll need the session token for that)
Find a file
2021-12-13 23:05:20 +03:00
api initial commit 2021-12-13 22:44:08 +03:00
.gitignore initial commit 2021-12-13 22:44:08 +03:00
docker-compose.yml initial commit 2021-12-13 22:44:08 +03:00
Dockerfile initial commit 2021-12-13 22:44:08 +03:00
go.mod initial commit 2021-12-13 22:44:08 +03:00
go.sum initial commit 2021-12-13 22:44:08 +03:00
LICENSE Initial commit 2021-12-13 22:38:22 +03:00
main.go initial commit 2021-12-13 22:44:08 +03:00
Makefile MIPS support 2021-12-13 23:05:20 +03:00
README.md better readme 2021-12-13 22:51:33 +03:00

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 via SSH and executing this command:

cat /var/luna/preferences/devmode_enabled

Building

Run make all. You will need Docker for that.

Usage

Run the binary with following arguments:

devmode-extender_{arch} --token={devmode session token}

Not very useful, huh? That's because it is supposed to run periodically. Cron example:

# Runs every day at 03:00
0 3 * * * /root/devmode-extender --token=token