michaelroland / wdnas-hwdaemon

Hardware Controller for Western Digital My Cloud NAS Systems
GNU General Public License v3.0
13 stars 10 forks source link

Added LCD support to client #10

Closed WD-stefaang closed 2 years ago

WD-stefaang commented 6 years ago

Added support to the wdhwdaemon client to set the LCD text and brightness.

# set text
python3 -m wdhwdaemon.client lcd -t 'text for line1\n... and line2'
# set brightness
python3 -m wdhwdaemon.client lcd -s 255
# get brightness
python3 -m wdhwdaemon.client lcd -g
michaelroland commented 2 years ago

Implemented.