Awesome application!
Can I file some feature requests?Switch between multiple devices.
Enigma1 support
It seems there are only 2 small differences for enigma1: example request: Code: /cgi-bin/rc?402 This is the bouquet up request. In enigma2 this would be: Code: /web/remotecontrol?command=402 So basic url is: http://<ip>/cgi-bin/rc?<command> Response is: Code: HTTP/1.1 204 No Content Connection: close Content-Length: 0 Content-Type: text/html; charset=utf-8 Instead of a 200 response for enigma2.
/cgi-bin/rc?402
/web/remotecontrol?command=402
HTTP/1.1 204 No Content Connection: close Content-Length: 0 Content-Type: text/html; charset=utf-8