Get data from the broker

 avatar
unknown
python
2 years ago
97 B
4
Indexable
    print(f"Received message from `{msg.topic}` topic")

    received_data = msg.payload.decode()
Editor is loading...