jcarbaugh / python-roku

Screw remotes. Control your Roku with Python.
https://pypi.python.org/pypi/roku
BSD 3-Clause "New" or "Revised" License
288 stars 94 forks source link

Implement PowerOn command #53

Closed bwarden closed 4 years ago

bwarden commented 4 years ago

Add a command to send the PowerOn keypress event, alongside the existing Power and PowerOff events.

Fixes #52

jcarbaugh commented 4 years ago

Thanks for adding the extra event!