<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.wemo.toggle" name="WeMo Toggle" version="2.0.0" provider-name="curti">
    <requires>
        <import addon="xbmc.python" version="2.19.0"/>
    </requires>
    <extension point="xbmc.service" library="default.py" start="login" />
    <extension point="xbmc.addon.metadata">
        <platform>all</platform>
        <summary lang="en">Toggle a Belkin WeMo Switch.</summary>
        <description lang="en">WeMo Toggle is used to toggle a Belkin WeMo Switch. The IP address of the WeMo Switch is required and it is recommended to assign the WeMo Switch a static IP.

Options:
    -Turn switch on when Kodi starts
    -Turn switch off when Kodi shuts down
    -Turn switch off when a video starts or resumes
    -Turn switch on when a video stops, ends, or is paused
    -Enable off/on events for movies and/or tv shows
    -Enable off/on events between certain hours
    -Enable off/on for multiple switches
    -Toggle the switch by mapping Skin.SetString(wemoToggle, 0)
     to a key in keyboard.xml
        </description>
        <license>GNU General Public License, v2</license>
        <language>English</language>
        <forum>http://forum.kodi.tv/showthread.php?tid=215291</forum>
        <source></source>
        <email></email>
    </extension>
</addon>
