Marsupial wrote: > Is your plugin flexible enough to send http commands upon pressing a > menu entry, without stopping playback (not expecting to play something > in return like we'd do with a favourite)? > Can this http command be customized?
The plugin is generic but it is just a proof of concept. It is designed to send a HTTP message and if necessary get a reply asynchronously (i.e. a routine is executed when reply is received - the code does not wait for reply). It may be possible to display the reply as a text in the next level of menu (e.g. Success, Temperature 24C)) If you have an example message body (which may be text, binary, XML not just JSON) and reply - I can probably modify it quickly - which you can thenuse as a template. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=109642 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
