mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-03 00:23:06 +02:00
lala
This commit is contained in:
@ -77,7 +77,8 @@ for o, a in opts:
|
|||||||
_EXECUTE = False
|
_EXECUTE = False
|
||||||
|
|
||||||
print("2")
|
print("2")
|
||||||
client = mqtt_client.Client()
|
client_id = "dasdasdasd333"
|
||||||
|
client = mqtt_client.Client(mqtt_client.CallbackAPIVersion.VERSION1, client_id)
|
||||||
client.username_pw_set(mqtt_username, mqtt_password)
|
client.username_pw_set(mqtt_username, mqtt_password)
|
||||||
client.connect(broker,1883,60)
|
client.connect(broker,1883,60)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user