From d1c07e58864c8a0c243f657a4f1c28fd69078e46 Mon Sep 17 00:00:00 2001 From: Arnaud Watlet <arnaud.watlet@umons.ac.be> Date: Wed, 17 Jan 2024 11:56:04 +0100 Subject: [PATCH] test config docstring --- configs/config_default.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/config_default.py b/configs/config_default.py index 49e24ecf..a553d196 100644 --- a/configs/config_default.py +++ b/configs/config_default.py @@ -49,6 +49,13 @@ HARDWARE_CONFIG = { } } +''' + Dictionnary containing the configuration of the hardware system. THis is where the five modules are declared and assembled together + 'ctl' contains informationb related to controller unit with the following keys: + 'model': 'raspberry_pi' only implemented so far + 'id': ID of thje instrument '0001' by default +''' + # SET THE LOGGING LEVELS, MQTT BROKERS AND MQTT OPTIONS ACCORDING TO YOUR NEEDS # Execution logging configuration EXEC_LOGGING_CONFIG = { -- GitLab