This repo contains various bits of code for controlling Roku devices via smartthings.
- Go to https://graph.api.smartthings.com/ and setup a developer account
- Add this repo: MySmartApps -> Settings -> 'Add new repository'
- Owner: MrStevenFeldman
- Name: RokuSmartThings
- Add the following SmartApps:
- RokuSmartThings : Roku Manger
- Add the following DeviceHandlers:
- RokuSmartThings : Roku
- RokuSmartThings : Roku Button Tile
- Open the 'Roku Manger' SmartApp
- Enable the Roku devices that you want.
- On the next page, add device names for the buttons that you would like to create.
- add support for creating push buttons that execute a series of steps.
- rewrite the roku device handler to expand functionality
- github.com/MadMouse/SmartThings
- Initial Roku connect code
- github.com/kkessler/RokuSmartApp
- Fixed the directory structure
- github.com/c99koder/SmartThings
- Inspired the creation of device handler for each remote button and app.
- github.com/adamhwang
- Power on/off fix