shutdown.json 266 B

1234567891011121314
  1. {
  2. "name" : "System Shutdown",
  3. "script" : "shutdown.py",
  4. "args" :
  5. {
  6. "speed" : 1.2,
  7. "alarm-color" : [255,0,0],
  8. "post-color" : [255,174,11],
  9. "shutdown-enabled" : false,
  10. "initial-blink" : true,
  11. "set-post-color" : true
  12. }
  13. }