Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newline #448

Closed
mbreunich opened this issue Feb 7, 2017 · 2 comments
Closed

newline #448

mbreunich opened this issue Feb 7, 2017 · 2 comments

Comments

@mbreunich
Copy link

mbreunich commented Feb 7, 2017

Hi there,

in version 4.1.4 the newline character for items does not work anymore.

e.g.
cmd item: tcp://localhost:7072/set ZWave_SWITCH_BINARY_7 on\n

will be replaced with:
old version: tcp://localhost:7072/set ZWave_SWITCH_BINARY_7 on\n
new version tcp://localhost:7072/set ZWave_SWITCH_BINARY_7 on\\n

I could manually fix this by editing the device.db to old version.

Best regards,
Michael

@bwssytems
Copy link
Owner

Yes, the new JSON constructs do not like new line chars in them

@bwssytems bwssytems added this to the V4.2.1 milestone Mar 8, 2017
@bwssytems
Copy link
Owner

Fixed in 4.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants