2018-08-18 18:41:37 +00:00
|
|
|
local _ = require("gettext")
|
|
|
|
return {
|
|
|
|
name = "autosuspend",
|
|
|
|
fullname = _("Auto suspend"),
|
|
|
|
description = _([[Suspends the device after a period of inactivity.]]),
|
2019-09-12 12:15:08 +00:00
|
|
|
sorting_hint = "device",
|
2018-08-18 18:41:37 +00:00
|
|
|
}
|