I would like to write a simple plugin for picoreplayer / jivelite, where the screen displays a couple of buttons. When the buttons are clicked, it sends a GET request to my home automation server, which then turns some light off or on. Is there a tutorial or instructions which shows how to write a plugin? Even if it's a simple "Hello World" sample that I can use as a basis and build upon it.
You'd probably want to implement this as an Applet on the device itself, without a server plugin:
http://wiki.slimdevices.com/index.php/SqueezePlay_Applet_Developing_Guide This gives you more freedom creating your UI. -- Michael _______________________________________________ diy mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/diy
