diff --git a/homematic-devices/hmip-etrv-e.js b/homematic-devices/hmip-etrv-e.js new file mode 100644 index 0000000..786700f --- /dev/null +++ b/homematic-devices/hmip-etrv-e.js @@ -0,0 +1 @@ +module.exports = require('./hmip-etrv'); diff --git a/nodes/redmatic-homekit-homematic-devices.html b/nodes/redmatic-homekit-homematic-devices.html index 369ba46..d024266 100644 --- a/nodes/redmatic-homekit-homematic-devices.html +++ b/nodes/redmatic-homekit-homematic-devices.html @@ -441,6 +441,7 @@ case 'hmip-etrv-b': case 'hmip-etrv-b1': case 'hmip-etrv-c': + case 'hmip-etrv-e': case 'hmip-etrv': addOption(addr, 'BoostSwitch'); break;