Fuction node for sending telegram make problem with > <

function Node for telegram
it works fine except i use a < > in the let variable . if i remove it works adding it make error

let GS1 = "GS1: < 75";
let GS5 = "GS5: > 190";

any idea how to make this a pass?

have a nice day
vinc

Where are you doing this? i.e. in what node?
What version of NR and node.js (see startup log)

Where are you seeing the error?
What is the error that you see? (full text please.

Try using &lt; and &gt;?

@zenofmud
function Node for telegram
node Red v1.2.6

in the debug node, and it send no telegram

@TotallyInformation
Merci, this did help yes.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.