Anyone have any luck using the http binding to send commands to a roku?
All i get in the log is “feature is null” when i try something like this:
HttpGetRequest(172.16.1.50:8060/keypress/home)
Anyone have any luck using the http binding to send commands to a roku?
All i get in the log is “feature is null” when i try something like this:
HttpGetRequest(172.16.1.50:8060/keypress/home)
I’ve used it for quite some time. I’ve since migrated the call to a curl command running in another script because I was running OH in a docker image and HTTP binding wouldn’t work for me.
Thanks…any idea why i would get that message then when trying to send that?
I’ve never seen that error before so I really have no idea.