Skip to content
Snippets Groups Projects
Commit 1474ecac authored by Pep Martí Saumell's avatar Pep Martí Saumell
Browse files

Update gauss_params.yaml

parent c8e61765
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,11 @@ mqtt:
port: 1883
keepalive: 60
private_path: device/001
# Commenting the following lines makes the messages to be puclished in the MQTT server as JSON
# Uncomment (the three lines below) and edit the username and password according to your MQTT server settings. Leave commented if no username nor password is required
# account:
# username: admin
# password: admin
# Commenting the following 2 lines makes the messages to be published in the MQTT server as JSON
# serializer: msgpack:dumps
# deserializer: msgpack:loads
bridge:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment