From 46f20749fae60ba149d5b05c976bcfffcaf62631 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Mon, 25 Nov 2019 21:43:48 +0100 Subject: [PATCH] Add support for ZEL STG RM FFK (#212) Add support for ZEL STG RM FFK --- homematic-devices/zel_stg_rm_ffk.js | 1 + nodes/redmatic-homekit-homematic-devices.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 homematic-devices/zel_stg_rm_ffk.js diff --git a/homematic-devices/zel_stg_rm_ffk.js b/homematic-devices/zel_stg_rm_ffk.js new file mode 100644 index 0000000..573cbde --- /dev/null +++ b/homematic-devices/zel_stg_rm_ffk.js @@ -0,0 +1 @@ +module.exports = require('./hm-sec-sc'); diff --git a/nodes/redmatic-homekit-homematic-devices.html b/nodes/redmatic-homekit-homematic-devices.html index d4829c4..c7f9783 100644 --- a/nodes/redmatic-homekit-homematic-devices.html +++ b/nodes/redmatic-homekit-homematic-devices.html @@ -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; @@ -736,4 +737,4 @@ \ No newline at end of file +