<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.script.isyevents" name="ISY Event Handler" version="0.1.0" provider-name="Humble Robot">
    <requires>
        <import addon="xbmc.python" version="2.0"/>
        <import addon="plugin.program.isybrowse" version="0.1.0"/>
    </requires>
  
    <extension point="xbmc.service" library="ISYevents.py" start="startup" />
  
    <extension point="xbmc.addon.metadata">
        <platform>all</platform>
        <language></language>
        <summary lang="en">ISY-99 Event Handler</summary>
        <description lang="en">Allows the user to trigger ISY Home Automation actions when different events occur in XBMC. The possible events are XBMC Starting, XBMC Quitting, Movie Playback Started, Movie Playback Ended, Movie Paused, Movie Resumed, Music Playback Started, Music Playback Ended, Music Paused, Music Resumed. This allows Insteon and X10 lights to react to XBMC events.
        
        Instructions at: https://code.google.com/p/isy-events/</description>
        <disclaimer lang="en">This addon requires an ISY-99 Series Controller available from Universal Devices Inc (www.universal-devices.com) and the ISY Browser must be setup to connect to it.</disclaimer>
    </extension>
</addon>