<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Notepad rough -->


<remotecontrol>

<device>
<devicetype>TV</devicetype>
<manufacturer>Generic</manufacturer>
<product>1</product>

<comment>Generic remote control for TVs. (RC5 signal type, TV1.)</comment>

</device>


<functions defaulttype="RC5">


<function name="Brightness +">
<signal type="RC5">SS T 00000 010010</signal>
<image>incbri.png</image>
<comment>Increase the brightness of the TV screen.</comment>
</function>

<function name="Brightness +">
<signal type="RC5">SS T 00000 010011</signal>
<image>decbri.png</image>
<comment>Decrease the brightness of the TV screen.</comment>
</function>


<function name="Volume +">
<signal type="RC5">SS T 00000 01000</signal>
<image>incvol.png</image>
<button>incvol</button>
<comment>Increase the master volume.</comment>
</function>

<function name="Volume -">
<signal type="RC5">SS T 00000 01001</signal>
<image>decvol.png</image>
<button>decvol</button>
<comment>Decrease the master volume.</comment>
</function>


<function name="0">
<signal type="RC5">SS T 00000 000000</signal>
<button>0</button>
<comment>Numeric button 0</comment>
</function>

<function name="1">
<signal type="RC5">SS T 00000 000001</signal>
<button>1</button>
<comment>Numeric button 1</comment>
</function>

<function name="2">
<signal type="RC5">SS T 00000 000010</signal>
<button>2</button>
<comment>Numeric button 2</comment>
</function>

<function name="3">
<signal type="RC5">SS T 00000 000011</signal>
<button>3</button>
<comment>Numeric button 3</comment>
</function>

<function name="4">
<signal type="RC5">SS T 00000 000100</signal>
<button>4</button>
<comment>Numeric button 4</comment>
</function>

<function name="5">
<signal type="RC5">SS T 00000 000101</signal>
<button>5</button>
<comment>Numeric button 5</comment>
</function>

<function name="6">
<signal type="RC5">SS T 00000 000110</signal>
<button>6</button>
<comment>Numeric button 6</comment>
</function>

<function name="7">
<signal type="RC5">SS T 00000 000111</signal>
<button>7</button>
<comment>Numeric button 7</comment>
</function>

<function name="8">
<signal type="RC5">SS T 00000 001000</signal>
<button>8</button>
<comment>Numeric button 8</comment>
</function>

<function name="9">
<signal type="RC5">SS T 00000 001001</signal>
<button>9</button>
<comment>Numeric button 9</comment>
</function>

</functions>



</remotecontrol>
