mikejac / node-red-contrib-google-smarthome

A collection of Node-RED nodes to control your smart home devices via Google Assistant.
GNU General Public License v3.0
116 stars 36 forks source link

Use payload.topic if filter topic is enabled #563

Closed ckhmer1 closed 1 month ago

ckhmer1 commented 1 month ago

If " Filter incoming messages by topic" is enabled, there is no way to send commands to the node, like the "GetState" or "SetChallengePin" commands.

With this fix, it is possible to use the msg.payload.topic field because the msg.topic must match the configured topic.

Caprico85 commented 1 month ago

Thank you! Released in v0.4.13.