Hello, I'm currently controlling my HR21-100 DVR through IP using iRule. I'm switching over to Demopad but Demopad doesn't have a code database. Would it be possible to post a sample of a GET request string for say, the info command? I tried:
GET /remote/processKey?key=info HTTP/1.1\x0D\x0AContent-Length:0\x0D\x0A\x0D\x0A
And also:
GET /remote/processKey?key=info&hold=keyPress HTTP/1.1\x0D\x0AContent-Length:0\x0D\x0A\x0D\x0A
But both of these require 2 presses of the button for the command to work.
Any help would be greatly appreciated.