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++; }