OpenZWave/open-zwave

Wrong name in manufacturer_specification.xml for Fibaro FGCD001

MadPatrick opened this issue · 0 comments

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"/>