Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong name in manufacturer_specification.xml for Fibaro FGCD001 #2639

Open
MadPatrick opened this issue Jul 13, 2022 · 0 comments
Open

Wrong name in manufacturer_specification.xml for Fibaro FGCD001 #2639

MadPatrick opened this issue Jul 13, 2022 · 0 comments

Comments

@MadPatrick
Copy link

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"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant