Skip to content

Commit

Permalink
Add support for ZEL STG RM FFK (#212)
Browse files Browse the repository at this point in the history
Add support for ZEL STG RM FFK
  • Loading branch information
jpawlowski authored and hobbyquaker committed Nov 25, 2019
1 parent cce016c commit 46f2074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions homematic-devices/zel_stg_rm_ffk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./hm-sec-sc');
3 changes: 2 additions & 1 deletion nodes/redmatic-homekit-homematic-devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@
case 'hm-sec-sc-2':
case 'hm-sec-sc':
case 'hm-sec-sco':
case 'zel stg rm ffk':
addChannels(addr, 1, 1, {type: ['ContactSensor', 'Door', 'Window', 'GarageDoorOpener']});
break;

Expand Down Expand Up @@ -736,4 +737,4 @@

<script type="text/x-red" data-help-name="redmatic-homekit-homematic-devices">

</script>
</script>

0 comments on commit 46f2074

Please sign in to comment.