Added new IR device. Controls are not correct.

Following the guides on here I was able to create the D I and S files for new device(s).

However the device itself is showing the options from a different device.

My D file is as follows:

<?xml version="1.0"?> 1 0 urn:schemas-micasaverde-com:device:IrDevice:1 IR: Sony Projector Sony http://au.yamaha.com Projector RX-Vx73 1.0
<protocol>raw</protocol>
<handleChildren>1</handleChildren>

<implementationList>
    <implementationFile>I_SonyProjector.xml</implementationFile>
</implementationList>

<serviceList>

  <service>
    <serviceType>urn:micasaverde-com:service:Volume:1</serviceType>
    <serviceId>urn:micasaverde-com:serviceId:Volume1</serviceId>
    <SCPDURL>S_Volume1.xml</SCPDURL>
  </service>

  <service>
    <serviceType>urn:a-lurker-com:service:SonyProjector:1</serviceType>
    <serviceId>urn:a-lurker-com:serviceId:SonyProjector1</serviceId>
    <SCPDURL>S_SonyProjector.xml</SCPDURL>
  </service>
</serviceList>

It is pulling the commands from a different device. If I replace those “Volume” with “SonyProjector” I get no options. It is the same with all of the new devices I have added.