diff --git a/src/se/hal/plugin/tellstick/TellstickSerialComm.java b/src/se/hal/plugin/tellstick/TellstickSerialComm.java index 16957821..84a04cba 100755 --- a/src/se/hal/plugin/tellstick/TellstickSerialComm.java +++ b/src/se/hal/plugin/tellstick/TellstickSerialComm.java @@ -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); } }