bugfix
This commit is contained in:
parent
d795c27911
commit
5de797cd8d
1 changed files with 1 additions and 1 deletions
|
|
@ -177,8 +177,8 @@ public class TellstickSerialComm implements Runnable,
|
||||||
// Report source event
|
// Report source event
|
||||||
reportEvent(entry.getDevice(), entry.getData());
|
reportEvent(entry.getDevice(), entry.getData());
|
||||||
}
|
}
|
||||||
set.add(data);
|
|
||||||
}
|
}
|
||||||
|
set.add(data);
|
||||||
}
|
}
|
||||||
private void reportEvent(TellstickDevice tellstickDevice, HalDeviceData deviceData){
|
private void reportEvent(TellstickDevice tellstickDevice, HalDeviceData deviceData){
|
||||||
if (sensorListener != null && tellstickDevice instanceof HalSensorConfig)
|
if (sensorListener != null && tellstickDevice instanceof HalSensorConfig)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue