mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
2555c50710
system shutdown is disabled by default. enable it in json (set false to true) the shutdown is abortable. simply select another effect before shutdown time reached this effect is made for linux and did not workl on windows without modifications Former-commit-id: 32f92246fbc87de576e4b1059dd319646917ec74
12 lines
208 B
JSON
12 lines
208 B
JSON
{
|
|
"name" : "System Shutdown",
|
|
"script" : "shutdown.py",
|
|
"args" :
|
|
{
|
|
"speed" : 1.2,
|
|
"alarm-color" : [255,0,0],
|
|
"post-color" : [255,174,11],
|
|
"shutdown-enabled" : false
|
|
}
|
|
}
|