From 2f934e6b439d85c93f50788e8b542338c89eb9ec Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Mon, 25 Jan 2016 21:33:57 +0100 Subject: [PATCH] nexa bug fix Former-commit-id: 58df8afaf17b10ae6f71a80715324de34f4a5d87 --- src/se/hal/plugin/tellstick/protocols/NexaSelfLearning.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/se/hal/plugin/tellstick/protocols/NexaSelfLearning.java b/src/se/hal/plugin/tellstick/protocols/NexaSelfLearning.java index 6b755827..8359ca95 100755 --- a/src/se/hal/plugin/tellstick/protocols/NexaSelfLearning.java +++ b/src/se/hal/plugin/tellstick/protocols/NexaSelfLearning.java @@ -116,7 +116,7 @@ public class NexaSelfLearning extends TellstickProtocol implements SwitchEventDa enable = (data[0] & 0x10) != 0; unit = data[0] & 0x0F; - unit++; + //unit++; }