majektom / node-red-contrib-satel-integra-integration

Node-red nodes facilitating integration with Satel Integra alarm/home automation system
MIT License
6 stars 4 forks source link

Issue with sending the variable msg.prefixAndUserCode #29

Open dknet1 opened 7 months ago

dknet1 commented 7 months ago

I want to transmit the password in the function instead of setting it in the encode block by using msg.prefixAndUserCode = '11112222ffffffff', but it doesn't work and returns an error that the variable msg.prefixAndUserCode is not a string. Despite additional attempts to change the variable to a string, it still doesn't work

image