add 1 and 2 minute screen blanking options (#958)
for battery-powered devices
This commit is contained in:
parent
282799c8cb
commit
d21a9616e7
@ -11,11 +11,13 @@ import locale
|
|||||||
from io import StringIO
|
from io import StringIO
|
||||||
|
|
||||||
SCREEN_BLANKING_OPTIONS = [
|
SCREEN_BLANKING_OPTIONS = [
|
||||||
300, # 5 Minutes
|
60, # 1 Minute
|
||||||
900, # 15 Minutes
|
120, # 2 Minutes
|
||||||
1800, # 30 Minutes
|
300, # 5 Minutes
|
||||||
3600, # 1 Hour
|
900, # 15 Minutes
|
||||||
7200, # 2 Hours
|
1800, # 30 Minutes
|
||||||
|
3600, # 1 Hour
|
||||||
|
7200, # 2 Hours
|
||||||
14400, # 4 Hours
|
14400, # 4 Hours
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user