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
|
||||
|
||||
SCREEN_BLANKING_OPTIONS = [
|
||||
300, # 5 Minutes
|
||||
900, # 15 Minutes
|
||||
1800, # 30 Minutes
|
||||
3600, # 1 Hour
|
||||
7200, # 2 Hours
|
||||
60, # 1 Minute
|
||||
120, # 2 Minutes
|
||||
300, # 5 Minutes
|
||||
900, # 15 Minutes
|
||||
1800, # 30 Minutes
|
||||
3600, # 1 Hour
|
||||
7200, # 2 Hours
|
||||
14400, # 4 Hours
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user