Greetings
On my PC, my on-board WoL simply does not work after "Shutdown" in Windows 10. However, enabling USB Keyboard in BIOS to allow "Wakeup" works perfect. Strange indeed!
So now I want to use my Raspberry Pi to send a simple keyboard key strike through it´s USB and into my PC´s USB port.
I plan to send this command as an SSH from my phone using Tasker.
I´m already using another R-Pi as a WoL server on another PC which handles WoL flawlessly. On that one I use command "sudo wakeonlan AA:BB:CC:DD:EE:FF" and send it as an SSH.
Now I want to use Tasker to send SSH command to tell R-Pi to send out a "keyboard key" through its USB.
How do I do this? I already know the Tasker app part. Just need to know the SSH command...