node-red-contrib-google-smarthome icon indicating copy to clipboard operation
node-red-contrib-google-smarthome copied to clipboard

Use payload.topic if filter topic is enabled

Open ckhmer1 opened this issue 1 year ago • 0 comments

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.

ckhmer1 avatar Aug 09 '24 20:08 ckhmer1