JosefJantzen / MMM-AlexaControl

Control your MagicMirror with Alexa
MIT License
45 stars 10 forks source link

cec-client location #27

Closed sdetweil closed 4 years ago

sdetweil commented 4 years ago

in some update the vgencmd for hide was changed to cec-client

i don't find that command anywhere on any of my mirror systems.

the code says
if vgencmd == 'cec', then do the cec-client else if vgencmd == 'hide' do the sleepwake thing

so I think the doc is wrong, but I don't know what cec-client is

JosefJantzen commented 4 years ago

Sorry. I accidentally deleted the 'hide' when I added the option cec-client in the Readme. I think you mean that.
cec-client is also a possibility to control your monitor. Somebody asked for it.

sdetweil commented 4 years ago

no problem. I couldn't tell what the objective was, as the test in node_helper was 'cec' not 'cec-client' that the readme implies.

JosefJantzen commented 4 years ago

Thanks. I changed it in the node_helper to cec-client like in the docs.