diff options
Diffstat (limited to 'ledctl.py')
| -rw-r--r-- | ledctl.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -62,7 +62,11 @@ def rgbval(colorname): 'cyan': (0, 255, 255), 'pink': (255, 0, 255), 'boot': (63, 15, 0), + 'reboot' : (63, 15, 0), 'ready': (0, 15, 0), + 'halt' : (0, 0, 0), + 'poweroff' : (0, 0, 0), + 'kexec' : (63, 0, 63), } return switch.get(colorname, (255, 255, 255)) |
