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

Fibaro FGKF-601 Protection Class Channel #1794

Open
kpanchen opened this issue Aug 10, 2022 · 0 comments
Open

Fibaro FGKF-601 Protection Class Channel #1794

kpanchen opened this issue Aug 10, 2022 · 0 comments

Comments

@kpanchen
Copy link

Hi,

This device has an option to be protected from accidental keypress, documentation indicates for that to be enabled COMMAND_CLASS_PROTECTION need to be set to "SEQUENCE". Here's extract from XML file:

      <entry>
        <commandClass>COMMAND_CLASS_PROTECTION</commandClass>
        <COMMAND__CLASS__PROTECTION>
          <version>2</version>
          <instances>1</instances>
          <control>false</control>
          <versionSupported>2</versionSupported>
          <localModes>
            <localProtection>UNPROTECTED</localProtection>
            <localProtection>SEQUENCE</localProtection>
          </localModes>
          <rfModes>
            <rfProtection>UNPROTECTED</rfProtection>
          </rfModes>
        </COMMAND__CLASS__PROTECTION>
      </entry>

I can add an additional channel to the database but I'm not sure how to configure it, would it be just enough to create a channel and set it type to "protect_local"? Can values be somehow provided? As I understand it is not possible to test the change before database is updated.

Thank you,
K.

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