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

Bug in Girr export of certain combinations of parameter inheritance and defaults. #539

Open
bengtmartensson opened this issue Oct 28, 2024 · 0 comments

Comments

@bengtmartensson
Copy link
Owner

This input

Screenshot from 2024-10-28 16-49-14

generates

<?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?>
<!--This file is in the Girr (General IR Remote) format, see http://www.harctoolbox.org/Girr.html--><remotes xmlns="http://www.harctoolbox.org/Girr" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" girrVersion="1.2" title="IrScrutinizer parametric export" xsi:schemaLocation="http://www.harctoolbox.org/Girr http://www.harctoolbox.org/schemas/girr_ns-1.2.xsd">
    <adminData>
        <creationData creatingUser="bengt" creationDate="2024-10-28_16:50:07" tool="IrScrutinizer" tool2="IrpTransmogrifier" tool2Version="1.2.13" toolVersion="2.4.2-SNAPSHOT"/>
    </adminData>
    <remote comment="Export from IrScrutinizer" deviceClass="Device Class" displayName="Display Name" manufacturer="Manufacturer" model="Model" name="Name" remoteName="Remote Name">
        <commandSet name="commandSet">
            <parameters protocol="Apple">
                <parameter name="D" value="1"/>
                <parameter name="PairID" value="254"/>
            </parameters>
            <command F="2" master="parameters" name="x"/>
            <command F="3" master="parameters" name="y"/>
        </commandSet>
    </remote>
</remotes>

which is clearly wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant