From ecff2a98a50989a7a65fed25f342d7f3ea427201 Mon Sep 17 00:00:00 2001 From: Bl4ckBirb <22997642+Bl4ckBirb@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:50:13 +0100 Subject: [PATCH] Add hmip-wth-1 --- homematic-devices/hmip-wth-1.js | 1 + nodes/redmatic-homekit-homematic-devices.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 homematic-devices/hmip-wth-1.js diff --git a/homematic-devices/hmip-wth-1.js b/homematic-devices/hmip-wth-1.js new file mode 100644 index 0000000..29d3ecd --- /dev/null +++ b/homematic-devices/hmip-wth-1.js @@ -0,0 +1 @@ +module.exports = require('./hmip-wth'); diff --git a/nodes/redmatic-homekit-homematic-devices.html b/nodes/redmatic-homekit-homematic-devices.html index 369ba46..08911c6 100644 --- a/nodes/redmatic-homekit-homematic-devices.html +++ b/nodes/redmatic-homekit-homematic-devices.html @@ -567,6 +567,7 @@ break; case 'hmip-wth-b': + case 'hmip-wth-1': case 'hmip-wth-2': case 'hmip-wth': addOption(addr, 'BoostSwitch');