mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
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
|
||
|
}
|
||
|
}
|