Closed klues closed 5 years ago
…some knx-commands contain spaces
e.g. KNX command @KNX:0/1/1,3.007,decrease 2 was not possible because decrease and 2 were parsed as two tokens, but should be one token.
@KNX:0/1/1,3.007,decrease 2
decrease
2
looks good. I don't think that there are other cases where the space would be used as delimiter but actually I don't know. Let's merge
…some knx-commands contain spaces
e.g. KNX command
@KNX:0/1/1,3.007,decrease 2
was not possible becausedecrease
and2
were parsed as two tokens, but should be one token.