Forum Discussion
I was under the impression this was for Roku Developers, of any kind, not just for channels. I'm using the Roku Remote App to create a script that I can publish to my end users for controlling their Roku embedded devices. I guess I thought that this was the PERFECT place to post a question about integration, web control, scripting, etc.
This is the script I currently have, which will change the power state. The Roku Remote Tool shows an error for the press: power line, but it still works.
params:
rasp_version: 1
default_keypress_wait: 2
steps:
- press: power
- pause: 5
- press: power
This is just a test, but the issue is that it doesn't know the current state of the TV. So if the TV was already on, it turns it off. When I issue curl commands from command line, I can use these commands:
curl -d '' "http://10.180.69.110:8060/keypress/powerOn"
curl -d '' "http://10.180.69.110:8060/keypress/powerOff"
Which work great because if the TV is off, it stays off. Specific power state controls...
Related Content
- 12 months ago
- 6 months ago
- 8 months agoAnonymous
- 7 months ago
- 7 months ago