goupnp/openhome/service/Exakt3.xml

209 lines
6.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>DeviceList</name>
<argumentList>
<argument>
<name>List</name>
<direction>out</direction>
<relatedStateVariable>DeviceList</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>DeviceSettings</name>
<argumentList>
<argument>
<name>DeviceId</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_String</relatedStateVariable>
</argument>
<argument>
<name>Settings</name>
<direction>out</direction>
<relatedStateVariable>A_ARG_TYPE_String</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>ConnectionStatus</name>
<argumentList>
<argument>
<name>ConnectionStatus</name>
<direction>out</direction>
<relatedStateVariable>ConnectionStatus</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>Set</name>
<argumentList>
<argument>
<name>DeviceId</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_String</relatedStateVariable>
</argument>
<argument>
<name>BankId</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_Uint</relatedStateVariable>
</argument>
<argument>
<name>FileUri</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_Uri</relatedStateVariable>
</argument>
<argument>
<name>Mute</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_Bool</relatedStateVariable>
</argument>
<argument>
<name>Persist</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_Bool</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>Reprogram</name>
<argumentList>
<argument>
<name>DeviceId</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_String</relatedStateVariable>
</argument>
<argument>
<name>FileUri</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_Uri</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>ReprogramFallback</name>
<argumentList>
<argument>
<name>DeviceId</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_String</relatedStateVariable>
</argument>
<argument>
<name>FileUri</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_Uri</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>ChannelMap</name>
<argumentList>
<argument>
<name>ChannelMap</name>
<direction>out</direction>
<relatedStateVariable>ChannelMap</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetChannelMap</name>
<argumentList>
<argument>
<name>ChannelMap</name>
<direction>in</direction>
<relatedStateVariable>ChannelMap</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>AudioChannels</name>
<argumentList>
<argument>
<name>AudioChannels</name>
<direction>out</direction>
<relatedStateVariable>AudioChannels</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetAudioChannels</name>
<argumentList>
<argument>
<name>AudioChannels</name>
<direction>in</direction>
<relatedStateVariable>AudioChannels</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>Version</name>
<argumentList>
<argument>
<name>Version</name>
<direction>out</direction>
<relatedStateVariable>Version</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="yes">
<name>DeviceList</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="yes">
<name>ConnectionStatus</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="yes">
<name>ChannelMap</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="yes">
<name>AudioChannels</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="yes">
<name>Version</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_String</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_Uint</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_Bool</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_Uri</name>
<dataType>uri</dataType>
</stateVariable>
</serviceStateTable>
</scpd>