asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set
http://www.asterics.eu
Other
57 stars 27 forks source link

fixed delimiter for knx commands, should not contain space " " since … #290

Closed klues closed 5 years ago

klues commented 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.

deinhofer commented 5 years ago

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