installation script

This commit is contained in:
hjelev
2022-03-16 23:55:54 +02:00
parent 1422c79fde
commit db18962ba8
2 changed files with 58 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ from random import randrange
# MQTT server configuration
mqtt_host = "ip address or host"
mqtt_user = "user"
mqtt_user = "username"
mqtt_password = "password"
mqtt_port = "1883"
mqtt_topic_prefix = "rpi-MQTT-monitor"