node-red-contrib-google-smarthome
node-red-contrib-google-smarthome copied to clipboard
Use payload.topic if filter topic is enabled
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.