Hi I want to try and convert a message receieved from MQTT into a variable so I can do an "IF script" using messages sent from a certain topic on mqtt.
I tried this at top of script but didn't work:
Message = mosquitto_sub -d -t "test/test"
Thank you