From 6daa4c4913915e328ead856864eaa8b946787ac3 Mon Sep 17 00:00:00 2001 From: Arnaud Watlet <arnaud.watlet@umons.ac.be> Date: Thu, 18 Jan 2024 10:47:23 +0100 Subject: [PATCH] update software do c --- configs/config_example.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/configs/config_example.py b/configs/config_example.py index 9acf1ca3..4062d454 100644 --- a/configs/config_example.py +++ b/configs/config_example.py @@ -56,12 +56,18 @@ HARDWARE_CONFIG = { } ''' - Dictionnary containing the configuration of the hardware system. THis is where the five modules are declared and assembled together + Dictionary configuring the hardware system. This is where the five modules are declared and assembled together. + + Parameters + ---------- '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 + 'ctl': dict + 'model': string, model type of the controller. Currently only 'raspberry_pi" + 'pwr': dict + 'model': string, model type of the power module. 'pwr_batt', 'pwr_dps5005" ''' + # SET THE LOGGING LEVELS, MQTT BROKERS AND MQTT OPTIONS ACCORDING TO YOUR NEEDS # Execution logging configuration EXEC_LOGGING_CONFIG = { -- GitLab