From 1474ecac7240eb1c88dc770e345a0b7b8c18d0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pep=20Mart=C3=AD=20Saumell?= <jmarti@iri.upc.edu> Date: Mon, 23 Nov 2020 13:26:42 +0100 Subject: [PATCH] Update gauss_params.yaml --- config/gauss_params.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/gauss_params.yaml b/config/gauss_params.yaml index 2999ac3..ffa7f71 100644 --- a/config/gauss_params.yaml +++ b/config/gauss_params.yaml @@ -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: -- GitLab