<?xml version="1.0" encoding="UTF-8"?>
<xpl-plugin version="2" vendor="Domus Cura" plugin_url="http://www.domuscura.com/xpl/domus.xml" info_url="http://www.domuscura.com">
  <device id="domus-orator" version="0.5" description="Orator - xPL4Java TTS Module (with FreeTTS engine)">
    <command msg_type="cmnd" name="Speak" description="Speak the specified text." msg_schema="tts.basic">
      <element name="speech" label="speech" />
    </command>
  </device>
  <device id="domus-netcall" description="NetCallerID xPL4Java Module" version="0.2">
    <configItem name="baudrate" description="Serial port baud rate" format="Integer" />
    <configItem name="commport" description="Serial port name" format="String" />
    <configItem name="databits" description="Serial port data bits" format="Integer" />
    <configItem name="loglevel" description="Logging level" format="String" />
    <configItem name="parity" description="Serial port parity" format="Integer" />
    <configItem name="stopbits" description="Serial port stop bits" format="Integer" />
  </device>
</xpl-plugin>


