Changes between Version 4 and Version 5 of WikiStart


Ignore:
Timestamp:
2013-04-14 07:01:43 (11 years ago)
Author:
futzle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    77== Installation == 
    88 
    9 The simplest way to install this plugin is from apps.mios.com (TODO: link). 
     9The 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 
     11The plugin adds one device to the dashboard.  This device is normally not needed, except for debugging purposes and to uninstall the plugin. 
    1012 
    1113== Uninstallation == 
    1214 
    13 You should follow these steps before uninstalling the plugin. (TODO) 
     15If 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'''. 
    1416 
    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: 
     17If 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: 
    1618 
    17 (TODO) 
     19* Go to '''Apps''' > '''Develop Apps''' > '''Test Luup Code'''. 
     20* Paste the following into the text area and press '''GO''': 
     21{{{ 
     22os.execute("/etc/init.d/upnp-event-proxy stop") 
     23os.execute("/etc/init.d/upnp-event-proxy disable") 
     24os.execute("rm /etc/init.d/upnp-event-proxy") 
     25}}} 
    1826 
    1927= Developer documentation =