TimeStamp bugfix for tellstick group event
This commit is contained in:
parent
55c3c008c0
commit
050addfa31
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ public class TellstickSerialComm implements Runnable, HalSensorController, HalEv
|
|||
groupProtocol.equalsGroup(childProtocol) &&
|
||||
!protocol.equals(childProtocol)) {
|
||||
((TellstickGroupProtocol) childProtocol).copyGroupData(groupProtocol);
|
||||
childProtocol.setTimestamp(protocol.getTimestamp());
|
||||
reportEvent(childProtocol);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue