pikapython/examples/mqtt/mqtt_init.py
2022-11-19 23:41:00 +08:00

8 lines
53 B
Python

import mqtt
client = mqtt.MQTT('192.168.1.255')