thing-it-device-enocean-ip
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -82,4 +82,3 @@ module.exports = { | ||
this.device.adapter.listeners.push(telegram => { | ||
if (telegram.deviceId === this.configuration.deviceId | ||
) | ||
if (telegram.deviceId === this.configuration.deviceId) | ||
{ | ||
@@ -86,0 +85,0 @@ this.logDebug('Device ' + telegram.friendlyId + ' is processing ', telegram.functions); |
{ | ||
"name": "thing-it-device-enocean-ip", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "[thing-it-node] Device Plugin for EnOcean IP products.", | ||
@@ -5,0 +5,0 @@ "authors": "Marc Gille", |
82635
25
1746