From 1879dc9bd67e871a74543f8e3ceaac2d22146b10 Mon Sep 17 00:00:00 2001
From: Arnaud Watlet <arnaud.watlet@umons.ac.be>
Date: Fri, 19 Jan 2024 12:39:42 +0100
Subject: [PATCH] updates software doc

---
 .../source_rst/software/operations/config.rst | 39 +++++++++++++++----
 1 file changed, 31 insertions(+), 8 deletions(-)

diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst
index 04fcce4c..7b575d92 100644
--- a/doc/source/source_rst/software/operations/config.rst
+++ b/doc/source/source_rst/software/operations/config.rst
@@ -66,7 +66,7 @@ The configuration is written in a python file structured in a series of dictiona
 .. flat-table:: flat-table example
    :header-rows: 2
    :stub-columns: 1
-   :widths: 1 1 1 3
+   :widths: 1 1 2 1 2
    :class: my-class
    :name: my-flat-table
 
@@ -74,15 +74,38 @@ The configuration is written in a python file structured in a series of dictiona
      - :rspan:`1` Module key
      - :cspan:`2` Value
 
-   * - head Type
-     - head Expected Value
-     - head Description
+   * - Description
+     - Expected Value
+     - Value description
 
-   * - 'rx'
+   * - 'ctl'
      - 'model'
-     - string
-     - 'raspberry_pi'
-     - contains informations related to controller unit, 'raspberry_pi' only implemented so far
+     - Controller of the OhmPi system.
+     - 'raspberry_pi' (string)
+     - Defines a Raspberry Pi as controller.
+
+   * - :rspan:`5` 'pwr'
+     - :rspan:`2` 'model'
+     - :rspan:`2` Type of power unit.
+     - 'pwr batt'
+     - Defines an external battery as power unit.
+
+   * - 'dps_5005'
+     - Defines an external DPS 5005 as power unit
+
+   * - 'voltage'
+     - Defines default output voltage in V.
+     - (float) e.g. 12.
+     - Sets voltage to 12 V by default.
+
+   * - :rspan:`2` 'interface_name'
+     - :rspan:`2` interface used for communication with controller.
+     - :rspan:`2` 'modbus'
+     - Sets a modubs connection
+
+   * - 'none'
+     - Sets no software communication (e.g. for 'pwr_batt')
+
 
 
 
-- 
GitLab