samsung

Remote control for Samsung SmartTVs.

Quick start

Install the gem:

gem install samsung

Or add it to your Gemfile:

gem "samsung"

Use it:

require 'samsung'

remote = Samsung::Remote.new(IP)

# wait for TV to respond
remote.peek_frame

remote.send_key 'KEY_VOLUP'

To Do

  • Lots of things, this is POC-level code

License

This gem is released under the MIT License.