Files
koreader/plugins/autostandby.koplugin/_meta.lua
ezdiy 724d3aa5ff PocketBook: Auto-standby plugin (#6602)
Adaptively pins the auto-standby UI lock. When frequent input
from user is observed, we'll prevent for increasingly longer
periods of time, and revert back to more aggressive standby
with infrequent input (infrequent taps when reading a book).
2020-09-01 00:23:09 +02:00

8 lines
218 B
Lua

local _ = require("gettext")
return {
name = "autostandby",
fullname = _("Auto Standby"),
description = _([[Put into standby on no input, wake up from standby on UI input]]),
sorting_hint = "device",
}