changed welcome message
This commit is contained in:
@@ -7,4 +7,4 @@ print("Starting up...")
|
|||||||
client = mqtt.Client(mqtt.CallbackAPIVersion.VERSION2)
|
client = mqtt.Client(mqtt.CallbackAPIVersion.VERSION2)
|
||||||
|
|
||||||
client.connect("192.168.178.36",1884,keepalive=60)
|
client.connect("192.168.178.36",1884,keepalive=60)
|
||||||
client.publish("web2mqtt/status","Web2Mqtt starting up...")
|
client.publish("watchdog/web/status","Watchdog-Web starting up...")
|
||||||
Reference in New Issue
Block a user