Raspberry Pi - MQTT for IoT
Given this Python code snippet using Paho MQTT client:
client.publish('home/livingroom', 'light=on', qos=1)
What is the expected behavior of this publish call?