Send lines of text to a QNAP LCD display
Lars Kruse bc90976878 init | 3 years ago | |
---|---|---|
README.md | 3 years ago | |
qnap_lcd_message | 3 years ago |
Send lines of text to a QNAP LCD display.
Manually send a text:
qnap_lcd_message "$(hostname)" "Hello!"
Example crontab entry for updating the hostname and the RAID status every minute:
* * * * * qnap_lcd_message "$(hostname)" "RAID: $(grep --only-matching '\[[U_]\+\]' /proc/mdstat)"