OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 918 forks source link

Wrong name in manufacturer_specification.xml for Fibaro FGCD001 #2639

Open MadPatrick opened 1 year ago

MadPatrick commented 1 year ago

in manufacturer_specification.xml in line 750 the name of the Fibaro CO sensor FGCD001 is wrong. This is the name of the smoke sensor

FGSD -> FGCD

    <Product config="fibaro/fgcd001.xml" id="1000" name="FGSD001 CO Sensor" type="1201"/>
    <Product config="fibaro/fgcd001.xml" id="1001" name="FGSD001 CO Sensor" type="1201"/>

must be

    <Product config="fibaro/fgcd001.xml" id="1000" name="FGCD001 CO Sensor" type="1201"/>
    <Product config="fibaro/fgcd001.xml" id="1001" name="FGCD001 CO Sensor" type="1201"/>