-
Is it possible to get HAID for for the home connect request node from the payload? I would like to reuse some of the workflows for multiple appliances. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
alexkn
Dec 13, 2022
Replies: 1 comment
-
If the haid in the node configuration is empty, it will be read from msg.haid. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gu33mis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the haid in the node configuration is empty, it will be read from msg.haid.
node-red-contrib-homeconnect/nodes/home-connect-request.js
Line 47 in 2517394