From 050addfa313a2885c55b3d46b16a3291dd74016c Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Fri, 19 Feb 2016 20:50:10 +0100 Subject: [PATCH] TimeStamp bugfix for tellstick group event --- src/se/hal/plugin/tellstick/TellstickSerialComm.java | 1 + 1 file changed, 1 insertion(+) 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); } }