Skip to content

Commit

Permalink
Add F6-05-02 (smoke detector) in EEP.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Aug 8, 2020
1 parent 63f90f3 commit 6ca6db0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SUPPORTED_PROFILES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ All profiles (should) correspond to the official [EEP](http://www.enocean-allian
|NU |NU |status | |


##### RORG 0xF6 - FUNC 0x05 - TYPE 0x02 - Smoke Detector

|shortcut|description |type |values |
|--------|--------------------------------------------------|--------|---- |
|SMO |Status of detection and battery |enum |0 - Smoke Alarm OFF |
| | | |16 - Smoke Alarm ON |
| | | |48 - Energy LOW |



##### RORG 0xF6 - FUNC 0x10 - TYPE 0x00 - Window Handle

Expand Down
9 changes: 9 additions & 0 deletions enocean/protocol/EEP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@
<status description="NU" shortcut="NU" offset="3" size="1" />
</data>
</profile>
<profile type="0x02" description="Smoke Detector">
<data>
<enum description="Status of detection and battery" shortcut="SMO" offset="0" size="8">
<item description="Smoke Alarm OFF" value="0" />
<item description="Smoke Alarm ON" value="16" />
<item description="Energy LOW" value="48" />
</enum>
</data>
</profile>
</profiles>
<profiles func="0x10" description="Mechanical Handle">
<profile type="0x00" description="Window Handle">
Expand Down

0 comments on commit 6ca6db0

Please sign in to comment.