changed welcome message

This commit is contained in:
2024-02-25 10:55:14 +01:00
parent b35aa593d2
commit a9df4bb965

View File

@@ -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...")