diff --git a/index.html b/index.html index 69dbbaa45d69b25f066caede963d737512b62cd6..eadfdbc233bc40ac2925aafdf1479463ba4c7024 100755 --- a/index.html +++ b/index.html @@ -568,7 +568,7 @@ mosquitto_sub -h raspberrypi.local -t ohmpi_0001/ctrl </div> </div> <div class="form-group row"> - <label for="vmn_req" class="col col-form-label">Vmn requested [mV] (<code>vmn_req</code>):</label> + <label for="vmn_req" class="col col-form-label">Vmn requested [V] (<code>vmn_req</code>):</label> <div class="col"> <input type="number" class="form-control-number" id="vmn_req" value="20" disabled> </div> diff --git a/ohmpi/ohmpi.py b/ohmpi/ohmpi.py index aaf6b8242a12edb90e1a7e40e3667dfecddea24e..fe53c249d53d3b22eccf4c6a6b92a0e9d6c0cc2f 100644 --- a/ohmpi/ohmpi.py +++ b/ohmpi/ohmpi.py @@ -748,13 +748,13 @@ class OhmPi(object): Maximum power allowed [W]. Default value set by config or boards specs vmn_min: float, optional - Minimum Vmn [mV] (used in strategy vmin). + Minimum Vmn [V] (used in strategy vmin). Default value set by config or boards specs vmn_req: float, optional - Requested Vmn [mV] (used in strategy vmin). + Requested Vmn [V] (used in strategy vmin). Default value set by config or boards specs vmn_max: float, optional - Maximum Vmn [mV] (used in strategy vmin). + Maximum Vmn [V] (used in strategy vmin). Default value set by config or boards specs min_agg : bool, optional, default: False when set to True, requested values are aggregated with the 'or' operator, when False with the 'and' operator