Changes between Version 4 and Version 5 of WikiStart
- Timestamp:
- 2013-04-14 07:01:43 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v4 v5 7 7 == Installation == 8 8 9 The simplest way to install this plugin is from apps.mios.com (TODO: link). 9 The simplest way to install this plugin is from [http://apps.mios.com/plugin.php?id=3716 apps.mios.com]. The plugin needs one extra Luup engine reload, which it prompts you to do. 10 11 The plugin adds one device to the dashboard. This device is normally not needed, except for debugging purposes and to uninstall the plugin. 10 12 11 13 == Uninstallation == 12 14 13 You should follow these steps before uninstalling the plugin. (TODO) 15 If you need to uninstall the proxy, open up its control panel to the first tab and press '''Uninstall'''. Then delete the device and press '''SAVE'''. 14 16 15 If you forget to do this then the proxy will continue to run on your Vera, even after a reboot. This is probably harmless but it is consuming resources. To manually stop the proxy , follow these steps:17 If you forget to do this then the proxy will continue to run on your Vera, even after a reboot. This is probably harmless but it is consuming resources. To manually stop the proxy after you have uninstalled the plugin, follow these steps: 16 18 17 (TODO) 19 * Go to '''Apps''' > '''Develop Apps''' > '''Test Luup Code'''. 20 * Paste the following into the text area and press '''GO''': 21 {{{ 22 os.execute("/etc/init.d/upnp-event-proxy stop") 23 os.execute("/etc/init.d/upnp-event-proxy disable") 24 os.execute("rm /etc/init.d/upnp-event-proxy") 25 }}} 18 26 19 27 = Developer documentation =