Hello TheMax,
can you provide a option to set the topic (I hope this is the right word for it).
At the moment if I send a value from KNX I have it as payload.
For the hue node for example I need a function to set the topic to e.g. brightness.
code of the function I use:
return {payload: {brightness: msg.payload}}
code of the function for homekit
msg.topic = "0/TargetPosition";
return msg;
one of these two functions I have included in almost all flows and if it was included in your node would be clearer in the display.
can you provide a option to set the topic (I hope this is the right word for it).
At the moment if I send a value from KNX I have it as payload.
For the hue node for example I need a function to set the topic to e.g. brightness.
code of the function I use:
return {payload: {brightness: msg.payload}}
code of the function for homekit
msg.topic = "0/TargetPosition";
return msg;
one of these two functions I have included in almost all flows and if it was included in your node would be clearer in the display.
Kommentar