Skip to content

Add F6-02-03 support #5

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions enocean/protocol/EEP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@
<status description="NU" shortcut="NU" offset="3" size="1" />
</data>
</profile>
<profile type="0x03" description="Light Control - Application Style 1">
<data>
<enum description="Rocker action" shortcut="RA" offset="0" size="8">
<item description="Button Released" value="0" />
<item description="Button A1" value="0x10" />
<item description="Button AO" value="0x30" />
<item description="Button B1" value="0x50" />
<item description="Button BO" value="0x70" />
</enum>
<status description="T21" shortcut="T21" offset="2" size="1" />
<status description="NU" shortcut="NU" offset="3" size="1" />
</data>
</profile>
</profiles>
<profiles func="0x04" description="Position Switch, Home and Office Application">
<profile type="0x01" description="Key Card Activated Switch">
Expand Down