-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.xml
More file actions
14 lines (14 loc) · 1.04 KB
/
setup.xml
File metadata and controls
14 lines (14 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<setupxml>
<setup key="autoshutdown" showOpenWebIF="1" title="AutoShutDown">
<item level="0" text="Enable automatic power off in standby:">config.softsleepfs.autostart</item>
<item level="0" text="Time in standby for power off (min):">config.softsleepfs.time</item>
<item level="0" text="Enable action after inactivity:">config.softsleepfs.enableinactivity</item>
<item level="0" text="Time for inactivity (min):">config.softsleepfs.inactivetime</item>
<item level="0" text="Action for inactivity:">config.softsleepfs.inactivityaction</item>
<item level="0" text="Disable inactivity action at timeshift:">config.softsleepfs.disable_at_ts</item>
<item level="0" text="Show message before inactivity action:">config.softsleepfs.inactivitymessage</item>
<item level="0" text="Message timeout (sec):">config.softsleepfs.messagetimeout</item>
<item level="0" text="Disable power off in EPGRefresh interval:">config.softsleepfs.epgrefresh</item>
<item level="0" text="Show in Extensions/Plugins:">config.softsleepfs.plugin</item>
</setup>
</setupxml>