-
Notifications
You must be signed in to change notification settings - Fork 5
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
RFLink out node needs a new line #3
Comments
Hi, if you need to append '\n' to the output of RFLink out node, maybe it'd be better to do it with other node? |
I have the same issue as netcompsys.
I'll be willing to supply some debugs and stuff if need be. I'm running the very latest RFLINK firmware (r48) Maybe that explains why! |
Has someone managed to control some device? Like a relay? What is the Target field for in the rflink out node? I couldn't find a single line about it anywhere on the net. |
I think that the RFlink out node needs a new line adding on the end of the message
Writing to two Sonoff RF and a Homeeasy Wall switch the commands only work with a "/n" appended
I use a function as follows
var outstring ;
var outstring = msg.payload ;
msg.payload = outstring + '\n' ;
return msg;
Kevin
The text was updated successfully, but these errors were encountered: